public class AssertionsTest extends Object
Assertions class.| Constructor and Description |
|---|
AssertionsTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAssertNotEmptyNotThrowsOnNotNull()
Test method for
Assertions.assertNotEmpty(String, String). |
void |
testAssertNotEmptyThrowsOnBlank()
Test method for
Assertions.assertNotEmpty(String, String). |
void |
testAssertNotEmptyThrowsOnNull()
Test method for
Assertions.assertNotEmpty(String, String). |
void |
testAssertNotNullNotThrowsOnNotNull()
Test method for
Assertions.assertNotNull(Object, String). |
void |
testAssertNotNullThrowsOnNull()
Test method for
Assertions.assertNotNull(Object, String). |
public void testAssertNotEmptyNotThrowsOnNotNull()
Assertions.assertNotEmpty(String, String).public void testAssertNotEmptyThrowsOnBlank()
Assertions.assertNotEmpty(String, String).public void testAssertNotEmptyThrowsOnNull()
Assertions.assertNotEmpty(String, String).public void testAssertNotNullNotThrowsOnNotNull()
Assertions.assertNotNull(Object, String).public void testAssertNotNullThrowsOnNull()
Assertions.assertNotNull(Object, String).Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.