I have created a tutorial that walks the user through the following steps:
1. Setup WTK and setup J2MEUnit
2. Create J2ME project in Eclipse\Intellij
3. Write a J2MEUnit testcase and run it.
Thanks for the cookbook that was a quiet fast start on it. I have the problem now that i can not test file access inside my j2meunit. I am using the FileConnection method and when the function :
FileConnection fc = (FileConnection)
Connector.open(”file:///” + fullPath, Connector.READ);
is called during a test I get the following error:
There was 1 error:
1) testReadWrite(test.TestFileHandler)
isNetworkMonitorActive
Do you have an idea where the problem could be
Hi
Thanks for the cookbook that was a quiet fast start on it. I have the problem now that i can not test file access inside my j2meunit. I am using the FileConnection method and when the function :
FileConnection fc = (FileConnection)
Connector.open(”file:///” + fullPath, Connector.READ);
is called during a test I get the following error:
There was 1 error:
1) testReadWrite(test.TestFileHandler)
isNetworkMonitorActive
Do you have an idea where the problem could be