Re: NetBeans GWT and JUNIT

2010-12-06 Thread darkling
I've been working on this all weekend without success. Can anyone help me? On Dec 3, 2:33 pm, darkling darkling...@aol.com wrote: I also wanted to add my Test class in case something in there is being done wrong: package com.baa.client; import com.baa.client.model.WebAppRestDataSource;

NetBeans GWT and JUNIT

2010-12-03 Thread darkling
I'm trying to debug my Junit test case because its throwing tons of errors. However when I try to debug it instead of being able to run it, it tells me The test class 'com.baa.client.BaseDynamicFormTest' was not found in module 'com.baa.AccountView'; no compilation unit for that type was seen

Re: NetBeans GWT and JUNIT

2010-12-03 Thread darkling
I also wanted to add my Test class in case something in there is being done wrong: package com.baa.client; import com.baa.client.model.WebAppRestDataSource; import com.baa.client.presentation.DummyDynamicFormPresentation; import com.baa.client.presentation.DynamicFormPresentation; import