Skip to content

Commit

Permalink
making it to 100% coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Santhosh Gandhe <[email protected]>
  • Loading branch information
san81 committed Nov 3, 2024
1 parent 816f5b8 commit b5945a2
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,17 @@
import java.net.UnknownHostException;

import static org.junit.jupiter.api.Assertions.assertDoesNotThrow;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertThrows;

public class AddressValidationTest {

@Test
void testInstanceCreation() {
assertNotNull(new AddressValidation());
assertNotNull(new Constants());
assertNotNull(new JqlConstants());
}

@Test
void testGetInetAddress() {
Expand Down

0 comments on commit b5945a2

Please sign in to comment.