Package com.java.pojo.internal.assertion
Class TestAssertions
- java.lang.Object
-
- com.java.pojo.internal.assertion.TestAssertions
-
public class TestAssertions extends Object
-
-
Constructor Summary
Constructors Constructor Description TestAssertions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstructorAssertions
assertThatConstructor(Constructor<?> constructorUnderAssert)
EqualAssertions
assertThatEqualsMethodFor(Object objectUnderAssert)
GetterAssertions
assertThatGetMethodFor(Object objectUnderAssert)
HashCodeAssertions
assertThatHashCodeMethodFor(Object objectUnderAssert)
SetterAssertions
assertThatSetMethodFor(Object objectUnderAssert)
ToStringAssertions
assertThatToStringMethodFor(Object objectUnderAssert)
-
-
-
Method Detail
-
assertThatEqualsMethodFor
public EqualAssertions assertThatEqualsMethodFor(Object objectUnderAssert)
-
assertThatHashCodeMethodFor
public HashCodeAssertions assertThatHashCodeMethodFor(Object objectUnderAssert)
-
assertThatToStringMethodFor
public ToStringAssertions assertThatToStringMethodFor(Object objectUnderAssert)
-
assertThatSetMethodFor
public SetterAssertions assertThatSetMethodFor(Object objectUnderAssert)
-
assertThatGetMethodFor
public GetterAssertions assertThatGetMethodFor(Object objectUnderAssert)
-
assertThatConstructor
public ConstructorAssertions assertThatConstructor(Constructor<?> constructorUnderAssert)
-
-