-
Im not using Annotation with Hibernate and this works without problems in Unitils3.0. I have configuration with old *.hbm.xml files.
org.unitils.core.UnitilsException: An exception occured during the loading of core module hibernate with module class name org.unitils.orm.hibernate.HibernateModule
at...
2009-11-16 07:04:53 UTC in Unitils
-
@tim
Please fix the url to Wiki on front page (replace https: with http:)
2009-11-12 06:58:59 UTC in Unitils
-
http://jira.unitils.org/browse/UNI-175
Sample project attached, this has nothing with multithreading and static methods...
2009-11-06 07:45:20 UTC in Unitils
-
Sample project attached to jira
http://jira.unitils.org/browse/UNI-175
This error occurs when after checking list I check something else from this bean
sampleService.assertInvoked().list(100);
//sampleService.assertInvoked().isValid("XXXX".getBytes());
I hope this help you :)
2009-11-06 07:38:46 UTC in Unitils
-
I have code something like this (in short)
@TestedObject
private Cmd cmd;
@InjectIntoByType
private Mock srv;
@Test
public void test(){
srv.returns(Arrays.asList(new Item(1)).list(0,100);
cmd.exec("0"."100:");
srv.assertInvoked().list(0, 100);
}
Why this throws errors:
org.unitils.core.UnitilsException: Invalid syntax. assertMock.list() must be followed by a method...
2009-11-05 13:40:22 UTC in Unitils
-
OK, unitils-mock looks nice, thanks for advice.
2009-11-05 12:51:58 UTC in Unitils
-
+1 vote for adding Mockito support. Mockito is much more nicer than EasyMock - please look at Mockito for info why.
Unitils is cool, but mixing unitils and mockito in code isnt elegant now.
2009-11-05 07:21:49 UTC in Unitils
-
Any chance to make build of 64bit version for FAR64bit? 32bit version plugins cant run under wine64bit. and FAR64...
2009-06-24 07:36:30 UTC in 7-Zip