Uses of Annotation Interface
net.officefloor.test.StressTest
Packages that use StressTest
-
Uses of StressTest in net.officefloor.jdbc.test
Methods in net.officefloor.jdbc.test with annotations of type StressTestModifier and TypeMethodDescriptionvoidAbstractJdbcTestCase.testDataSourceSelectStress(org.junit.jupiter.api.TestInfo testInfo) Undertakes select stress forDataSource.voidAbstractJdbcTestCase.testDataSourceSelectStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) Undertakes select stress for writableConnectionwithProxy.voidAbstractJdbcTestCase.testInsertConnectionStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo) Ensure can stress test against the database with compiled wrappers.voidAbstractJdbcTestCase.testInsertConnectionStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) Ensure can stress test against the database withProxy.voidAbstractJdbcTestCase.testInsertConnectionTransactionStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo) Ensure can stress test against the database with transactions with compiled wrappers.voidAbstractJdbcTestCase.testInsertConnectionTransactionStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) Ensure can stress test against the database with transactions.voidAbstractJdbcTestCase.testReadOnlySelectStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo) Undertakes select stress for read-onlyConnectionwith compiled wrappers.voidAbstractJdbcTestCase.testReadOnlySelectStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) Undertakes select stress for read-onlyConnectionwithProxy. -
Uses of StressTest in net.officefloor.jpa.test
Methods in net.officefloor.jpa.test with annotations of type StressTestModifier and TypeMethodDescriptionvoidAbstractJpaTestCase.stressInsertWithCompiler(org.junit.jupiter.api.TestInfo testInfo) Undertake stress insert test with compiled wrappers.voidAbstractJpaTestCase.stressInsertWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) Undertake stress insert test withProxy.voidAbstractJpaTestCase.stressSelectDataSource(org.junit.jupiter.api.TestInfo testInfo) Ensure stress select withDataSource.voidAbstractJpaTestCase.stressSelectWithCompiler(org.junit.jupiter.api.TestInfo testInfo) Ensure stress select with compiled wrappers.voidAbstractJpaTestCase.stressSelectWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) Ensure stress select withProxy.voidAbstractJpaTestCase.testStressInsertDataSource(org.junit.jupiter.api.TestInfo testInfo) Undertake stress insert test withDataSource. -
Uses of StressTest in net.officefloor.server.http
Methods in net.officefloor.server.http with annotations of type StressTestModifier and TypeMethodDescriptionvoidAbstractHttpServerImplementationTestCase.bufferHeavyLoad()Ensure can service multiple requests pipelined.voidAbstractHttpServerImplementationTestCase.bufferOverLoad()Ensure can service overload requests pipelined.voidAbstractHttpServerImplementationTestCase.bufferPipelining()Ensure can pipeline HTTP requests.voidAbstractHttpServerImplementationTestCase.bufferThreadedHandler()Ensure can handle HTTP requests with threaded handler.voidAbstractHttpServerImplementationTestCase.bytesHeavyLoad()Ensure can service multiple requests pipelined.voidAbstractHttpServerImplementationTestCase.bytesOverLoad()Ensure can service overload requests pipelined.voidAbstractHttpServerImplementationTestCase.bytesPipelining()Ensure can pipeline HTTP requests.voidAbstractHttpServerImplementationTestCase.bytesThreadedHandler()Ensure can handle HTTP requests with threaded handler.voidAbstractHttpServerImplementationTestCase.fileHeavyLoad()Ensure can service multiple requests pipelined.voidAbstractHttpServerImplementationTestCase.fileOverLoad()Ensure can service overload requests pipelined.voidAbstractHttpServerImplementationTestCase.filePipelining()Ensure can pipeline HTTP requests.voidAbstractHttpServerImplementationTestCase.fileThreadedHandler()Ensure can handle HTTP requests with threaded handler.voidAbstractHttpServerImplementationTestCase.multipleIndividualRequests()Ensure can send multiple HTTP requests.voidAbstractHttpServerImplementationTestCase.multipleIndividualSecureRequests()Ensure can send multiple HTTPS requests.voidAbstractHttpServerImplementationTestCase.rawHeavyLoad()Ensure can service multiple requests pipelined.voidAbstractHttpServerImplementationTestCase.rawOverLoad()Ensure can service over requests pipelined.voidAbstractHttpServerImplementationTestCase.rawPipelining()Ensure can pipeline HTTP requests.voidAbstractHttpServerImplementationTestCase.rawThreadedHandler()Ensure can handle HTTP requests with threaded handler.