Search:

Type: Posts; User: ashok.code

Search: Search took 0.09 seconds.

  1. Re: Integration Test is not generating code coverage

    How would anyone compile and execute the code to see the problem?
    -- We have to run the test suite with commands like - mvn clean test -Dtests=AllTests
    Do you have any output from the code that...
  2. Re: Integration Test is not generating code coverage

    Can you define Integration Test?
    --We are trying to test a Rest api, and verify the response from the api as per the expectation and format that is understandable at the client side.
    What does it...
  3. Integration Test is not generating code coverage

    I have integration test like one sample given below. Is not generating code coverage. Any suggestion will be highly appreciated


    @Test
    public void testgetUpdatedResultCodes() {...
Results 1 to 3 of 3