Skip to content

Add support to annotation arguments #17

@hryuk

Description

@hryuk
  @Test
  void someTest(@Price(42) Product product) {
    Assertions.assertEquals(42L, product.getPrice());
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions