Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/exercism/java
/ basic
Method
basic
exercises/practice/acronym/src/test/java/AcronymTest.java:9–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
public
class
AcronymTest {
8
9
@Test
10
@DisplayName(
"basic"
)
11
public
void
basic() {
12
assertThat(
new
Acronym(
"Portable Network Graphics"
).get())
13
.isEqualTo(
"PNG"
);
14
}
15
16
@Disabled(
"Remove to run test"
)
17
@Test
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected