12 lines
185 B
Java
12 lines
185 B
Java
|
import static org.junit.jupiter.api.Assertions.*;
|
||
|
|
||
|
class R2D2Test {
|
||
|
|
||
|
@org.junit.jupiter.api.Test
|
||
|
void speak() {
|
||
|
}
|
||
|
|
||
|
@org.junit.jupiter.api.Test
|
||
|
void think() {
|
||
|
}
|
||
|
}
|