Skip to content

Add non static version of API #23

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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