MCPcopy Index your code
hub / github.com/cdimascio/dotenv-java / dotenvMalformed

Method dotenvMalformed

src/test/java/tests/BasicTests.java:26–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }};
25
26 @Test
27 void dotenvMalformed() {
28 assertThrows(DotenvException.class, () -> Dotenv.configure().directory("./src/test/resources").load());
29 }
30
31 @Test
32 void dotenvIgnoreMalformed() {

Callers

nothing calls this directly

Calls 3

configureMethod · 0.95
directoryMethod · 0.80
loadMethod · 0.65

Tested by

no test coverage detected