示例#1
0
 @Test
 public void testLog() {
   Assert.assertEquals(
       "test - Exception (LogTest.java:10 < ...)", Log.exceptionStack(new Exception("test")));
 }