Class AuditResourceIntTest


  • @ExtendWith(org.springframework.test.context.junit.jupiter.SpringExtension.class)
    @SpringBootTest(classes=org.powertac.visualizer.Visualizer2App.class)
    @Transactional
    public class AuditResourceIntTest
    extends Object
    Test class for the AuditResource REST controller.
    • Constructor Detail

      • AuditResourceIntTest

        public AuditResourceIntTest()
    • Method Detail

      • setup

        @BeforeEach
        public void setup()
      • initTest

        @BeforeEach
        public void initTest()
      • getAuditsByDate

        @Test
        public void getAuditsByDate()
                             throws Exception
        Throws:
        Exception
      • getNonExistingAuditsByDate

        @Test
        public void getNonExistingAuditsByDate()
                                        throws Exception
        Throws:
        Exception
      • getNonExistingAudit

        @Test
        public void getNonExistingAudit()
                                 throws Exception
        Throws:
        Exception