| .org.microemu.cldc.datagram.ConnectionTest |
| |
testNewDatagramInt |
Error » |
|
|
Error: java.lang.IllegalArgumentException: Invalid Protocol localhost:1234 at org.microemu.cldc.datagram.Connection.newDatagram(Connection.java:84) at
org.microemu.cldc.datagram.Connection.newDatagram(Connection.java:79) at org.microemu.cldc.datagram.ConnectionTest.testNewDatagramInt(ConnectionTest.java:42)
|
| |
testNewDatagramIntString |
Error » |
|
|
Error: java.lang.IllegalArgumentException: Invalid Protocol localhost:123 at org.microemu.cldc.datagram.Connection.newDatagram(Connection.java:84) at
org.microemu.cldc.datagram.ConnectionTest.testNewDatagramIntString(ConnectionTest.java:54)
|
| |
testNewDatagramByteArrayInt |
Error » |
|
|
Error: java.lang.IllegalArgumentException: Invalid Protocol localhost:1234 at org.microemu.cldc.datagram.Connection.newDatagram(Connection.java:97) at
org.microemu.cldc.datagram.Connection.newDatagram(Connection.java:92) at org.microemu.cldc.datagram.ConnectionTest.testNewDatagramByteArrayInt(ConnectionTest.java:67)
|
| |
testNewDatagramByteArrayIntString |
Error » |
|
|
Error: java.lang.IllegalArgumentException: Invalid Protocol localhost:123 at org.microemu.cldc.datagram.Connection.newDatagram(Connection.java:97) at
org.microemu.cldc.datagram.ConnectionTest.testNewDatagramByteArrayIntString(ConnectionTest.java:80)
|
| |
testGetLocalAddress |
Success |
0.003 |
| |
testGetLocalPort |
Success |
0.000 |
| |
testOpenConnection |
Error » |
|
|
Error: java.lang.IllegalArgumentException: Port missing at org.microemu.cldc.datagram.Connection.openConnection(Connection.java:137) at
org.microemu.cldc.datagram.ConnectionTest.testOpenConnection(ConnectionTest.java:126)
|
|
|
|
|
|
|
|
| .org.microemu.cldc.datagram.EndToEndDatagramTest |
| |
testJ2SEtoJ2ME |
Success |
0.125 |
| |
testJ2MEtoJ2SE |
Error » |
|
|
Error: java.net.BindException: Address already in use at java.net.PlainDatagramSocketImpl.bind0(Native Method) at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82) at
java.net.DatagramSocket.bind(DatagramSocket.java:368) at java.net.DatagramSocket.(DatagramSocket.java:210) at
java.net.DatagramSocket.(DatagramSocket.java:261) at java.net.DatagramSocket.(DatagramSocket.java:234) at
org.microemu.cldc.datagram.Connection.openConnection(Connection.java:148) at org.microemu.microedition.io.ConnectorImpl.openSecure(ConnectorImpl.java:139) at
org.microemu.microedition.io.ConnectorImpl.access$200(ConnectorImpl.java:51) at org.microemu.microedition.io.ConnectorImpl$1.run(ConnectorImpl.java:81) at
java.security.AccessController.doPrivileged(Native Method) at org.microemu.microedition.io.ConnectorImpl.open(ConnectorImpl.java:76) at
org.microemu.microedition.io.ConnectorAdapter.open(ConnectorAdapter.java:54) at javax.microedition.io.Connector.open(Connector.java:53) at
org.microemu.cldc.datagram.EndToEndDatagramTest.createJ2MEServer(EndToEndDatagramTest.java:114) at org.microemu.cldc.datagram.EndToEndDatagramTest.testJ2MEtoJ2SE(EndToEndDatagramTest.java:74)
|
| |
testJ2MEtoJ2ME |
Error » |
|
|
Error: java.net.BindException: Address already in use at java.net.PlainDatagramSocketImpl.bind0(Native Method) at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82) at
java.net.DatagramSocket.bind(DatagramSocket.java:368) at java.net.DatagramSocket.(DatagramSocket.java:210) at
java.net.DatagramSocket.(DatagramSocket.java:261) at java.net.DatagramSocket.(DatagramSocket.java:234) at
org.microemu.cldc.datagram.Connection.openConnection(Connection.java:148) at org.microemu.microedition.io.ConnectorImpl.openSecure(ConnectorImpl.java:139) at
org.microemu.microedition.io.ConnectorImpl.access$200(ConnectorImpl.java:51) at org.microemu.microedition.io.ConnectorImpl$1.run(ConnectorImpl.java:81) at
java.security.AccessController.doPrivileged(Native Method) at org.microemu.microedition.io.ConnectorImpl.open(ConnectorImpl.java:76) at
org.microemu.microedition.io.ConnectorAdapter.open(ConnectorAdapter.java:54) at javax.microedition.io.Connector.open(Connector.java:53) at
org.microemu.cldc.datagram.EndToEndDatagramTest.createJ2MEServer(EndToEndDatagramTest.java:114) at org.microemu.cldc.datagram.EndToEndDatagramTest.testJ2MEtoJ2ME(EndToEndDatagramTest.java:89)
|
| |
testJ2SEtoJ2SE |
Error » |
|
|
Error: java.net.BindException: Address already in use at java.net.PlainDatagramSocketImpl.bind0(Native Method) at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82) at
java.net.DatagramSocket.bind(DatagramSocket.java:368) at java.net.DatagramSocket.(DatagramSocket.java:210) at
java.net.DatagramSocket.(DatagramSocket.java:261) at java.net.DatagramSocket.(DatagramSocket.java:234) at
org.microemu.cldc.datagram.EndToEndDatagramTest.createJ2SEServer(EndToEndDatagramTest.java:211) at org.microemu.cldc.datagram.EndToEndDatagramTest.testJ2SEtoJ2SE(EndToEndDatagramTest.java:103)
|
|
|
|
|
|
|
|
| .org.microemu.cldc.datagram.DatagramImplTest |
| |
testDatagramImplInt |
Success |
0.006 |
| |
testDatagramImplByteArrayInt |
Success |
0.000 |
| |
testGetAddress |
Failure » |
|
|
Failure: junit.framework.ComparisonFailure: expected:<...localhost...> but was:<...pyx2.pyx4j.com...> at junit.framework.Assert.assertEquals(Assert.java:81) at
junit.framework.Assert.assertEquals(Assert.java:87) at org.microemu.cldc.datagram.DatagramImplTest.testGetAddress(DatagramImplTest.java:58)
|
| |
testGetData |
Success |
0.000 |
| |
testGetLength |
Success |
0.000 |
| |
testSetAddressString |
Error » |
|
|
Error: java.lang.IllegalArgumentException: Invalid Protocol localhost:1111 at org.microemu.cldc.datagram.DatagramImpl.setAddress(DatagramImpl.java:161) at
org.microemu.cldc.datagram.DatagramImplTest.testSetAddressString(DatagramImplTest.java:96)
|
| |
testSetAddressDatagram |
Failure » |
|
|
Failure: junit.framework.ComparisonFailure: expected:<...localhost...> but was:<...pyx2.pyx4j.com...> at junit.framework.Assert.assertEquals(Assert.java:81) at
junit.framework.Assert.assertEquals(Assert.java:87) at org.microemu.cldc.datagram.DatagramImplTest.testSetAddressDatagram(DatagramImplTest.java:106)
|
| |
testReadWriteBoolean |
Success |
0.000 |
| |
testReadWriteByte |
Success |
0.000 |
| |
testReadWriteChar |
Success |
0.000 |
| |
testReadWriteUTF |
Success |
0.000 |
| |
testSkipBytes |
Success |
0.001 |
|
|
|
|
|
|
|
| .org.microemu.tests.ItemsOnFormTest |
| |
testAddItems |
Error » |
|
|
Error: java.lang.NullPointerException at javax.microedition.lcdui.StringItem.(StringItem.java:42) at javax.microedition.lcdui.StringItem.(StringItem.java:36) at
org.microemu.tests.ItemsOnFormTest.testAddItems(ItemsOnFormTest.java:47)
|
|
|
|
|
|
|
|
| .javax.microedition.io.HttpsConnectionTest |
| |
testConnection |
Success |
0.535 |
| |
testSecurityInfo |
Success |
0.006 |
| |
testWrongCertificate |
Success |
0.346 |
| |
testResponseCode |
Success |
0.011 |
| |
testInputStream |
Success |
0.006 |
| |
testDataInputStream |
Success |
0.005 |
| |
testContentConnection |
Success |
0.005 |
| |
testHeaders |
Failure » |
|
|
|
| |
testBody |
Failure » |
|
|
Failure: junit.framework.AssertionFailedError: expected:<200> but was:<404> at junit.framework.Assert.fail(Assert.java:47) at
junit.framework.Assert.failNotEquals(Assert.java:282) at junit.framework.Assert.assertEquals(Assert.java:64) at
junit.framework.Assert.assertEquals(Assert.java:201) at junit.framework.Assert.assertEquals(Assert.java:207) at
javax.microedition.io.BaseTestHttpConnection.testBody(BaseTestHttpConnection.java:216) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
java.lang.reflect.Method.invoke(Method.java:597) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at
junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at
junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at
junit.framework.TestSuite.run(TestSuite.java:203) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165) at
org.apache.maven.surefire.Surefire.run(Surefire.java:107) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:289) at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)
|
|
|
|
|
|
|
|
| .javax.microedition.lcdui.DisplayTest |
| |
warning |
Failure » |
|
|
Failure: junit.framework.AssertionFailedError: Exception in constructor: testConcurrency (java.lang.NullPointerException at javax.microedition.lcdui.Display.(Display.java:450) at
javax.microedition.lcdui.DisplayTest$MockDevice.(DisplayTest.java:274) at javax.microedition.lcdui.DisplayTest$MockDevice.(DisplayTest.java:272) at
javax.microedition.lcdui.DisplayTest.(DisplayTest.java:374) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at
java.lang.reflect.Constructor.newInstance(Constructor.java:513) at junit.framework.TestSuite.createTest(TestSuite.java:131) at
junit.framework.TestSuite.addTestMethod(TestSuite.java:114) at junit.framework.TestSuite.(TestSuite.java:75) at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at
org.apache.maven.surefire.junit.JUnitTestSet.constructTestObject(JUnitTestSet.java:151) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:197) at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165) at
org.apache.maven.surefire.Surefire.run(Surefire.java:107) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:289) at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005) ) at junit.framework.Assert.fail(Assert.java:47) at
junit.framework.TestSuite$1.runTest(TestSuite.java:263) at junit.framework.TestCase.runBare(TestCase.java:127) at
junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at
junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at
junit.framework.TestSuite.run(TestSuite.java:203) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165) at
org.apache.maven.surefire.Surefire.run(Surefire.java:107) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at
java.lang.reflect.Method.invoke(Method.java:597) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:289) at
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)
|
|
|
|
|
|
|
|
| .org.microemu.MIDP2APIDeclarationsTest |
| |
testAPIDeclaration |
Failure » |
|
|
Failure: junit.framework.AssertionFailedError: javax.microedition.lcdui.Command number of Methods, Extra method(s) [setImage(javax.microedition.lcdui.Image)]
expected:<4> but was:<5> javax.microedition.lcdui.Font number of Methods, Extra method(s) [hashCode()] expected:<16> but
was:<17> javax.microedition.lcdui.List.getTicker()Ljavax/microedition/lcdui/Ticker; is Missing javax.microedition.lcdui.List
number of Methods expected:<22> but was:<21> javax.microedition.media.Control is missing javax.microedition.media.Controllable
is missing javax.microedition.media.Manager is missing javax.microedition.media.MediaException is missing javax.microedition.media.Player
is missing javax.microedition.media.PlayerListener is missing javax.microedition.media.control.ToneControl is missing javax.microedition.media.control.VolumeControl
is missing at junit.framework.Assert.fail(Assert.java:47) at net.sf.jour.signature.SignatureTestCase.testAPIDeclaration(SignatureTestCase.java:56) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at
junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at
junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at
junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) at
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:165) at org.apache.maven.surefire.Surefire.run(Surefire.java:107) at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:289) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1005)
|
|
|
|
|
|
|
|
| .javax.bluetooth.JSR82APIDeclarationsTest |
| |
testAPIDeclaration |
Success |
0.224 |
|
|
|
|
|
|
|
| .javax.microedition.io.CLDC11APIDeclarationsTest |
| |
testAPIDeclaration |
Success |
0.268 |
|
|
|
|
|
|
|
| .javax.microedition.io.HttpConnectionTest |
| |
testConnection |
Success |
0.107 |
| |
testResponseCode |
Success |
0.002 |
| |
testInputStream |
Success |
0.002 |
| |
testDataInputStream |
Success |
0.002 |
| |
testContentConnection |
Success |
0.002 |
| |
testHeaders |
Success |
0.006 |
| |
testBody |
Success |
0.006 |
|
|
|
|
|
|
|
| .javax.microedition.io.SSLConnectionTest |
| |
testSecureConnection |
Success |
0.632 |
| |
testSecurityInfo |
Success |
0.048 |
|
|
|
|
|
|
|
| .javax.microedition.io.SocketConnectionTest |
| |
testLoopback |
Success |
1.091 |
| |
testServerSocketConnection |
Success |
0.063 |
|
|
|
|
|
|
|
| .javax.microedition.io.file.FileConnectionTest |
| |
testRoot |
Success |
0.009 |
| |
testDirectory |
Success |
0.000 |
| |
testFile |
Success |
0.000 |
| |
testFileWrite |
Success |
0.045 |
| |
testFileTruncate |
Success |
0.001 |
| |
testFileAppend |
Success |
0.001 |
|
|
|
|
|
|
|
| .javax.microedition.rms.RecordStoreTest |
| |
testGetSize |
Success |
0.006 |
| |
testRecordComparator |
Success |
0.001 |
|
|
|
|
|
|
|
| .javax.obex.JSR82APIObexDeclarationsTest |
| |
testAPIDeclaration |
Success |
0.185 |
|
|
|
|
|
|
|
| .org.microemu.app.classloader.MIDletClassLoaderTest |
| |
testGetResourceAsStream |
Success |
0.009 |
| |
testApplication |
Success |
0.050 |
| |
testTimer |
Success |
0.008 |
| |
testTimerCancell |
Success |
2.104 |
|
|
|
|
|
|
|
| .org.microemu.app.util.FileRecordStoreManagerTest |
| |
testSpecialCharacter |
Success |
0.011 |
|
|
|
|
|
|
|
| .org.microemu.app.util.IOUtilsTest |
| |
testCanonicalFileURL |
Success |
0.006 |
|
|
|
|
|
|
|
| .org.microemu.app.util.MIDletOutputStreamRedirectorTest |
| |
testRedirectStack |
Success |
0.009 |
| |
testRedirectMultiLine |
Success |
0.001 |
| |
testRedirectStackFromThread |
Success |
0.002 |
| |
testMIDletInternalLogger |
Success |
0.001 |
| |
testMIDletInternalLoggerSubClass |
Success |
0.001 |
| |
testMIDletInternalStaticLogger |
Success |
0.001 |
| |
testMIDletInternalStaticLoggerFromThread |
Success |
0.001 |
|
|
|
|
|
|
|
| .org.microemu.app.util.MIDletResourceInputStreamTest |
| |
testReadPart |
Success |
0.002 |
|
|
|
|
|
|
|
| .org.microemu.device.impl.DeviceXMLInheritTest |
| |
testValueOverride |
Success |
0.014 |
| |
testValueOverrideByName |
Success |
0.004 |
| |
testChildElementsOverride |
Success |
0.001 |
| |
testValueOverrideByNameWithCase |
Success |
0.001 |
| |
testValueOverrideNoName |
Success |
0.001 |
| |
testValueOverrideFonts |
Success |
0.002 |
|
|
|
|
|
|
|
| .org.microemu.device.impl.PolygonTest |
| |
testTriangleContains |
Success |
0.026 |
| |
testComplexContains |
Success |
0.010 |
|
|
|
|
|
|
|
| .org.microemu.util.Base64CoderTest |
| |
testEncode |
Success |
0.003 |
| |
testDecode |
Success |
0.000 |
| |
testAllBytes |
Success |
0.000 |
|
|
|
|
|
|
|
| .test.CLDC10APIDeclarationsTest |
| |
testAPIDeclaration |
Success |
0.363 |
|
|
|
|
|
|
|
| .test.CLDC11APIDeclarationsTest |
| |
testAPIDeclaration |
Success |
0.475 |
|
|
|
|
|
|
|
| .test.MIDP20APIDeclarationsTest |
| |
testAPIDeclaration |
Success |
0.422 |
|
|
|
|
|
|
|