Skip to content

Add non static version of API #23

@alechenninger

Description

@alechenninger
  @Inject // or could also support an @Rule version
  Should should;

  public void testTheThing() {
    should.expect(thing, isPresent())
         .waitUpTo(1, SECONDS);
  }

It could have some configuration (like defaults in #17). The static API could refer to an instance.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions