mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-06 21:05:50 +08:00
This commit is contained in:
parent
c194fdaed1
commit
da52e6ab00
@ -6,9 +6,9 @@ import org.junit.{ Test, Before, After, Ignore };
|
||||
import org.junit.Assert._;
|
||||
|
||||
class PlanetTest {
|
||||
|
||||
@Ignore
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
def Enum_valueOf {
|
||||
assertEquals(Planet.MERCURY, Enum.valueOf(classOf[Planet], "MERCURY"))
|
||||
assertEquals(Planet.VENUS, Enum.valueOf(classOf[Planet], "VENUS"))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user