SbappApplicationTests

8

tests

0

failures

0

ignored

0.575s

duration

100%

successful

Tests

Test Duration Result
testIntComp() 0.004s passed
testIntMinus() 0.009s passed
testIntRev() 0.005s passed
testIntSum() 0.007s passed
testStrComp() 0.004s passed
testStrMinus() 0.539s passed
testStrRev() 0.005s passed
testStrSum() 0.002s passed

Standard output

13:01:53.785 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
13:01:53.795 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
13:01:53.826 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [ru.ulstu.is.sbapp.SbappApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
13:01:53.835 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [ru.ulstu.is.sbapp.SbappApplicationTests], using SpringBootContextLoader
13:01:53.838 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [ru.ulstu.is.sbapp.SbappApplicationTests]: class path resource [ru/ulstu/is/sbapp/SbappApplicationTests-context.xml] does not exist
13:01:53.839 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [ru.ulstu.is.sbapp.SbappApplicationTests]: class path resource [ru/ulstu/is/sbapp/SbappApplicationTestsContext.groovy] does not exist
13:01:53.839 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [ru.ulstu.is.sbapp.SbappApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
13:01:53.840 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [ru.ulstu.is.sbapp.SbappApplicationTests]: SbappApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
13:01:53.879 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [ru.ulstu.is.sbapp.SbappApplicationTests]
13:01:53.954 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [C:\Users\Вова\Documents\Учеба\ИП\Проект\Pibd-22_Morozov_V.S._IP\build\classes\java\main\ru\ulstu\is\sbapp\SbappApplication.class]
13:01:53.961 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration ru.ulstu.is.sbapp.SbappApplication for test class ru.ulstu.is.sbapp.SbappApplicationTests
13:01:54.083 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [ru.ulstu.is.sbapp.SbappApplicationTests]: using defaults.
13:01:54.084 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.event.ApplicationEventsTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.test.context.event.EventPublishingTestExecutionListener]
13:01:54.113 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
13:01:54.114 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
13:01:54.114 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@297ea53a, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@acb0951, org.springframework.test.context.event.ApplicationEventsTestExecutionListener@5bf22f18, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@267f474e, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@7a7471ce, org.springframework.test.context.support.DirtiesContextTestExecutionListener@28276e50, org.springframework.test.context.event.EventPublishingTestExecutionListener@62e70ea3, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3efe7086, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@675d8c96, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@741b3bc3, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2ed3b1f5, org.springframework.boot.test.autoconfigure.webservices.client.MockWebServiceServerTestExecutionListener@63648ee9, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@68d6972f]
13:01:54.125 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@7e985ce9 testClass = SbappApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2a39fe6a testClass = SbappApplicationTests, locations = '{}', classes = '{class ru.ulstu.is.sbapp.SbappApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.actuate.metrics.MetricsExportContextCustomizerFactory$DisableMetricExportContextCustomizer@71812481, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@3da30852, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@5143c662, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@5b1ebf56, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@134d26af, org.springframework.boot.test.context.SpringBootTestArgs@1, org.springframework.boot.test.context.SpringBootTestWebEnvironment@28f3b248], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.7.8)

2023-02-28 13:01:54.500  INFO 59448 --- [    Test worker] ru.ulstu.is.sbapp.SbappApplicationTests  : Starting SbappApplicationTests using Java 17.0.6 on LAPTOP-IQPRD7L2 with PID 59448 (started by Vova in C:\Users\Вова\Documents\Учеба\ИП\Проект\Pibd-22_Morozov_V.S._IP)
2023-02-28 13:01:54.501  INFO 59448 --- [    Test worker] ru.ulstu.is.sbapp.SbappApplicationTests  : No active profile set, falling back to 1 default profile: "default"
2023-02-28 13:01:56.557  INFO 59448 --- [    Test worker] ru.ulstu.is.sbapp.SbappApplicationTests  : Started SbappApplicationTests in 2.378 seconds (JVM running for 3.665)