Uses of Class
net.officefloor.test.StressTest
-
Packages that use StressTest Package Description net.officefloor.jdbc.test net.officefloor.jpa.test net.officefloor.server.http -
-
Uses of StressTest in net.officefloor.jdbc.test
Methods in net.officefloor.jdbc.test with annotations of type StressTest Modifier and Type Method Description void
AbstractJdbcTestCase. testDataSourceSelectStress(org.junit.jupiter.api.TestInfo testInfo)
Undertakes select stress forDataSource
.void
AbstractJdbcTestCase. testDataSourceSelectStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo)
Undertakes select stress for writableConnection
withProxy
.void
AbstractJdbcTestCase. testInsertConnectionStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo)
Ensure can stress test against the database with compiled wrappers.void
AbstractJdbcTestCase. testInsertConnectionStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo)
Ensure can stress test against the database withProxy
.void
AbstractJdbcTestCase. testInsertConnectionTransactionStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo)
Ensure can stress test against the database with transactions with compiled wrappers.void
AbstractJdbcTestCase. testInsertConnectionTransactionStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo)
Ensure can stress test against the database with transactions.void
AbstractJdbcTestCase. testReadOnlySelectStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo)
Undertakes select stress for read-onlyConnection
with compiled wrappers.void
AbstractJdbcTestCase. testReadOnlySelectStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo)
Undertakes select stress for read-onlyConnection
withProxy
. -
Uses of StressTest in net.officefloor.jpa.test
Methods in net.officefloor.jpa.test with annotations of type StressTest Modifier and Type Method Description void
AbstractJpaTestCase. stressInsertWithCompiler(org.junit.jupiter.api.TestInfo testInfo)
Undertake stress insert test with compiled wrappers.void
AbstractJpaTestCase. stressInsertWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo)
Undertake stress insert test withProxy
.void
AbstractJpaTestCase. stressSelectDataSource(org.junit.jupiter.api.TestInfo testInfo)
Ensure stress select withDataSource
.void
AbstractJpaTestCase. stressSelectWithCompiler(org.junit.jupiter.api.TestInfo testInfo)
Ensure stress select with compiled wrappers.void
AbstractJpaTestCase. stressSelectWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo)
Ensure stress select withProxy
.void
AbstractJpaTestCase. 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 StressTest Modifier and Type Method Description void
AbstractHttpServerImplementationTestCase. bufferHeavyLoad()
Ensure can service multiple requests pipelined.void
AbstractHttpServerImplementationTestCase. bufferOverLoad()
Ensure can service overload requests pipelined.void
AbstractHttpServerImplementationTestCase. bufferPipelining()
Ensure can pipeline HTTP requests.void
AbstractHttpServerImplementationTestCase. bufferThreadedHandler()
Ensure can handle HTTP requests with threaded handler.void
AbstractHttpServerImplementationTestCase. bytesHeavyLoad()
Ensure can service multiple requests pipelined.void
AbstractHttpServerImplementationTestCase. bytesOverLoad()
Ensure can service overload requests pipelined.void
AbstractHttpServerImplementationTestCase. bytesPipelining()
Ensure can pipeline HTTP requests.void
AbstractHttpServerImplementationTestCase. bytesThreadedHandler()
Ensure can handle HTTP requests with threaded handler.void
AbstractHttpServerImplementationTestCase. fileHeavyLoad()
Ensure can service multiple requests pipelined.void
AbstractHttpServerImplementationTestCase. fileOverLoad()
Ensure can service overload requests pipelined.void
AbstractHttpServerImplementationTestCase. filePipelining()
Ensure can pipeline HTTP requests.void
AbstractHttpServerImplementationTestCase. fileThreadedHandler()
Ensure can handle HTTP requests with threaded handler.void
AbstractHttpServerImplementationTestCase. multipleIndividualRequests()
Ensure can send multiple HTTP requests.void
AbstractHttpServerImplementationTestCase. multipleIndividualSecureRequests()
Ensure can send multiple HTTPS requests.void
AbstractHttpServerImplementationTestCase. rawHeavyLoad()
Ensure can service multiple requests pipelined.void
AbstractHttpServerImplementationTestCase. rawOverLoad()
Ensure can service over requests pipelined.void
AbstractHttpServerImplementationTestCase. rawPipelining()
Ensure can pipeline HTTP requests.void
AbstractHttpServerImplementationTestCase. rawThreadedHandler()
Ensure can handle HTTP requests with threaded handler.
-