E F I N O S T V Y 

E

eq(Object, Object, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two objects (including arrays) are equal.
eq(Object, Object) - Static method in class osgl.ut.TestBase
Asserts that two objects (including arrays) are equal.
eq(double[], double[], double, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two double arrays are equal.
eq(double[], double[], double) - Static method in class osgl.ut.TestBase
Alias of Assert.assertArrayEquals(double[], double[], double).
eq(float[], float[], float, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two float arrays are equal.
eq(float[], float[], float) - Static method in class osgl.ut.TestBase
Asserts that two float arrays are equal.
eq(double, double, double, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two doubles or floats are equal to within a positive delta.
eq(double, double, double) - Static method in class osgl.ut.TestBase
Asserts that two doubles or floats are equal to within a positive delta.

F

fail(String, Object...) - Static method in class osgl.ut.TestBase
Fails a test with the given message.

I

isBlank(String, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a string is blank.
isBlank(String) - Static method in class osgl.ut.TestBase
Asserts that a string is blank.
isEmpty(String, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a string is empty.
isEmpty(String) - Static method in class osgl.ut.TestBase
Asserts that a string is empty.
isEmpty(Collection<?>, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a collection is empty.
isEmpty(Collection<?>) - Static method in class osgl.ut.TestBase
Asserts that a collection is empty.
isEmpty(Map<?, ?>, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a map is empty.
isEmpty(Map<?, ?>) - Static method in class osgl.ut.TestBase
Asserts that a Map is empty.
isEmpty(T[], String, Object...) - Static method in class osgl.ut.TestBase
Asserts that an array is empty.
isEmpty(T[]) - Static method in class osgl.ut.TestBase
Asserts that an array is empty.
isNull(Object, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that an object is null.
isNull(Object) - Static method in class osgl.ut.TestBase
Alias of Assert.assertNull(Object).

N

ne(Object, Object, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two objects (including arrays) are not equal.
ne(Object, Object) - Static method in class osgl.ut.TestBase
Asserts that two objects (including arrays) are not equal.
ne(double[], double[], double, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two double arrays are not equal.
ne(double[], double[], double) - Static method in class osgl.ut.TestBase
Asserts that two double arrays are not equal.
ne(float[], float[], float, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two float arrays are not equal.
ne(float[], float[], float) - Static method in class osgl.ut.TestBase
Asserts that two float arrays are not equal.
ne(double, double, double, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two doubles or floats are not equal to within a positive delta.
ne(double, double, double) - Static method in class osgl.ut.TestBase
Asserts that two doubles or floats are not equal to within a positive delta.
no(boolean) - Static method in class osgl.ut.TestBase
Alias of Assert.assertFalse(boolean).
no(boolean, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a condition is false.
no(T, Matcher<T>) - Static method in class osgl.ut.TestBase
Require actual NOT satisfied the condition specified by matcher.
no(T, Matcher<T>, String, Object...) - Static method in class osgl.ut.TestBase
Require actual NOT satisfied the condition specified by matcher.
notBlank(String, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a string isn’t blank.
notBlank(String) - Static method in class osgl.ut.TestBase
Asserts that a string isn’t blank.
notEmpty(String, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a string isn’t empty.
notEmpty(String) - Static method in class osgl.ut.TestBase
Asserts that a string isn’t empty.
notEmpty(Collection<?>, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a collection isn’t empty.
notEmpty(Collection<?>) - Static method in class osgl.ut.TestBase
Asserts that a collection isn’t empty.
notEmpty(Map<?, ?>, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a map isn’t empty.
notEmpty(Map<?, ?>) - Static method in class osgl.ut.TestBase
Asserts that a map isn’t empty.
notEmpty(T[], String, Object...) - Static method in class osgl.ut.TestBase
Asserts that an array isn’t empty.
notEmpty(T[]) - Static method in class osgl.ut.TestBase
Asserts that an array isn’t empty.
notNull(Object, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that an object isn’t null.
notNull(Object) - Static method in class osgl.ut.TestBase
Alias of Assert.assertNotNull(Object).
notSame(Object, Object, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two objects do not refer to the same object.
notSame(Object, Object) - Static method in class osgl.ut.TestBase
Alias of Assert.assertNotSame(Object, Object).

O

osgl.ut - package osgl.ut
Classes support unit tests

S

same(Object, Object, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that two objects refer to the same object.
same(Object, Object) - Static method in class osgl.ut.TestBase
Alias of Assert.assertSame(Object, Object).

T

TestBase - Class in osgl.ut
The TestBase provides simplified assertion methods.
TestBase() - Constructor for class osgl.ut.TestBase
 

V

VERSION - Static variable in class osgl.ut.TestBase
 

Y

yes(boolean, String, Object...) - Static method in class osgl.ut.TestBase
Asserts that a condition is true.
yes(boolean) - Static method in class osgl.ut.TestBase
Alias of Assert.assertTrue(boolean).
yes(T, Matcher<T>) - Static method in class osgl.ut.TestBase
Alias of Assert.assertThat(Object, Matcher).
yes(T, Matcher<T>, String, Object...) - Static method in class osgl.ut.TestBase
Require actual satisfied the condition specified by matcher.
E F I N O S T V Y 

Copyright © 2017–2018 OSGL (Open Source General Library). All rights reserved.