Skip navigation links
A B C D F G I M O P R T U V W Y 

A

AnsiLite - Class in org.rnorth.ansi
A simple ANSI colour output formatter.
assertEquals(String, Object, Object) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that an actual value is equal to an expected value.
assertFalse(String, boolean) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that a value is false.
assertNotEquals(String, Object, Object) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that an actual value is not equal to an expected value.
assertNotNull(String, Object) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that a value is not null.
assertNull(String, Object) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that a value is null.
assertRoughlyEquals(String, Double, Double, Double) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that an actual value is approximately equal to an expected value - determined by whether the difference between the two values is less than a provided epsilon value.
assertSame(String, Object, Object) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that an actual value is the same object as an expected value.
assertThat(String, T, Matcher<? super T>) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert using a Hamcrest matcher.
assertThrows(String, Class<? extends Exception>, Callable<T>) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that a given callable throws an exception of a particular class.
assertThrows(String, Class<? extends Exception>, Runnable) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that a given runnable throws an exception of a particular class.
assertTrue(String, boolean) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that a value is true.
assertVisiblyEquals(String, Object, Object) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Assert that an actual value is visibly equal to an expected value, following conversion to a String via toString().

B

bgBlack(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bgBlue(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bgCyan(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bgGreen(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bgMagenta(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bgRed(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bgWhite(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bgYellow(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
black(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
blue(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
bright(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 

C

CapabilityDetection - Class in org.rnorth.ansi
Simple terminal capability detection.
context(CharSequence) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Log a contextual message, in the style of a 'dividing line' in the test output.
context(CharSequence, int) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Log a contextual message, in the style of a 'dividing line' in the test output.
cyan(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 

D

dim(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 

F

fail(String) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Just fail with an AssertionError, citing a given message.
fail(String, String) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
 

G

green(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 

I

info(String) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Log an informational message.
isTty() - Static method in class org.rnorth.ansi.CapabilityDetection
 
isUnderIDEA() - Static method in class org.rnorth.ansi.CapabilityDetection
 
isUnderMaven() - Static method in class org.rnorth.ansi.CapabilityDetection
 

M

magenta(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
main(String[]) - Static method in class org.rnorth.TtyCheck
 

O

org.rnorth - package org.rnorth
 
org.rnorth.ansi - package org.rnorth.ansi
 
org.rnorth.visibleassertions - package org.rnorth.visibleassertions
 

P

pass(String) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Indicate that something passed.

R

red(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
reverse(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 

T

toString() - Method in class org.rnorth.ansi.AnsiLite
 
TtyCheck - Class in org.rnorth
Simple class for manual testing (direct execution)
TtyCheck() - Constructor for class org.rnorth.TtyCheck
 

U

underline(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 

V

VisibleAssertions - Class in org.rnorth.visibleassertions
Assertions for use in Java tests, with contextual information on each assertion performed.
VisibleAssertions() - Constructor for class org.rnorth.visibleassertions.VisibleAssertions
 

W

warn(String) - Static method in class org.rnorth.visibleassertions.VisibleAssertions
Log a warning message.
white(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 

Y

yellow(Object...) - Static method in class org.rnorth.ansi.AnsiLite
 
A B C D F G I M O P R T U V W Y 
Skip navigation links

Copyright © 2018. All rights reserved.