junit
Hello, I want to unit test a class where properties are accessed via the Framework.getProperties(“key”) method. I don't know how to make this properties available in my class under test without having a running server. I gess the answer is related ...
0 votes
1 answers
1 comments
4679 views
I expect the following to not crash, but instead it results in a stack trace when I attempt to call ConversionService.convert(). java.lang.NullPointerException at ...
0 votes
0 answers
0 comments
2517 views
I'm writing unit tests for a custom operation. I have the test deployment and execution running; however there are WARN entries in the test execution log like this: 05 Mar 2014 08:58:12 WARN TransactionHelper - No user ...
0 votes
1 answers
4 comments
3174 views
Hello, I'm working on unit tests as described at http://doc.nuxeo.com/display/public/CORG/Unit+Testing#UnitTesting-Overview . My Nuxeo Studio extension also has custom UID generation as described at ...
0 votes
2 answers
1 comments
3431 views
Hi, I've browsed many pages in the documentation and in the forum, but I did not really find what I am looking for. I am fairly new to Nuxeo and want to build different plugins to extend the platform. For that I installed Nuxeo IDE together with the ...
0 votes
1 answers
1 comments
3416 views
We have our own transaction mangager class that uses the TransactionHelper. Our Transaction manager changes the current transaction timeout and seems when our nuxeo system is running but not during Junit testing. I looked through the nuxeo ...
0 votes
1 answers
2 comments
6490 views