- equalIgnoreIndent(String) - Static method in class net.morimekta.testing.ExtraMatchers
-
Equivalent to 'equalToLines' but also ignores any indentation each line has.
- EqualIgnoreIndent - Class in net.morimekta.testing.matchers
-
Equality matcher that ignores line indent.
- EqualIgnoreIndent(String) - Constructor for class net.morimekta.testing.matchers.EqualIgnoreIndent
-
- equalToLines(String) - Static method in class net.morimekta.testing.ExtraMatchers
-
Equivalent to 'equalTo' for strings that normalize the new-line to '\n',
this can make testing that should match output on various platforms
easier to wrote.
- EqualToLines - Class in net.morimekta.testing.matchers
-
Equality matcher that that ignores changes in line separators, and shows
a line by line diff on mismatch.
- EqualToLines(String) - Constructor for class net.morimekta.testing.matchers.EqualToLines
-
- error() - Method in class net.morimekta.testing.rules.ConsoleWatcher
-
- execute(Runnable) - Method in class net.morimekta.testing.concurrent.FakeScheduledExecutor
-
- execute(Runnable) - Method in class net.morimekta.testing.concurrent.ImmediateExecutor
-
- ExtraMatchers - Class in net.morimekta.testing
-
Extra hamcrest matchers.