Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
configure
Method · 0.95
directory
Method · 0.80
load
Method · 0.65
Tested by
no test coverage detected