How to Test a ServiceBean

Hi, I need instructions about how to create unity test for ServiceBean methods.

Thanks.

Hi.
Here is the documentation with the instructions about middleware integration testing. Also, all Cuba projects already have the simple test example. See the test directory in your core module next to the src directory. The SampleIntegrationTest class can be used to create your own tests.