Files
spring-batch/build/api/org/springframework/batch/test/package-summary.html
Michael Minella 75ab909314 update
2017-03-23 10:18:33 -05:00

223 lines
10 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Thu Mar 23 09:54:37 CDT 2017 -->
<title>org.springframework.batch.test (null 4.0.0.BUILD-SNAPSHOT API)</title>
<meta name="date" content="2017-03-23">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.springframework.batch.test (null 4.0.0.BUILD-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/springframework/batch/support/transaction/package-summary.html">Prev&nbsp;Package</a></li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/springframework/batch/test/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.springframework.batch.test</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/AbstractJobTests.html" title="class in org.springframework.batch.test">AbstractJobTests</a></td>
<td class="colLast">Deprecated
<div class="block"><span class="deprecationComment">(from 2.1) use <a href="../../../../org/springframework/batch/test/JobLauncherTestUtils.html" title="class in org.springframework.batch.test"><code>JobLauncherTestUtils</code></a> instead</span></div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/AssertFile.html" title="class in org.springframework.batch.test">AssertFile</a></td>
<td class="colLast">
<div class="block">This class can be used to assert that two files are the same.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/DataSourceInitializer.html" title="class in org.springframework.batch.test">DataSourceInitializer</a></td>
<td class="colLast">
<div class="block">Wrapper for a <code>DataSource</code> that can run scripts on start up and shut
down.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/ExecutionContextTestUtils.html" title="class in org.springframework.batch.test">ExecutionContextTestUtils</a></td>
<td class="colLast">
<div class="block">Convenience class for accessing <a href="../../../../org/springframework/batch/item/ExecutionContext.html" title="class in org.springframework.batch.item"><code>ExecutionContext</code></a> values from job and
step executions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/JobLauncherTestUtils.html" title="class in org.springframework.batch.test">JobLauncherTestUtils</a></td>
<td class="colLast">
<div class="block">
Utility class for testing batch jobs.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/JobRepositoryTestUtils.html" title="class in org.springframework.batch.test">JobRepositoryTestUtils</a></td>
<td class="colLast">
<div class="block">Convenience class for creating and removing <a href="../../../../org/springframework/batch/core/JobExecution.html" title="class in org.springframework.batch.core"><code>JobExecution</code></a> instances
from a database.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/JobScopeTestExecutionListener.html" title="class in org.springframework.batch.test">JobScopeTestExecutionListener</a></td>
<td class="colLast">
<div class="block">A <code>TestExecutionListener</code> that sets up job-scope context for
dependency injection into unit tests.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/JobScopeTestUtils.html" title="class in org.springframework.batch.test">JobScopeTestUtils</a></td>
<td class="colLast">
<div class="block">Utility class for creating and manipulating <a href="../../../../org/springframework/batch/core/scope/JobScope.html" title="class in org.springframework.batch.core.scope"><code>JobScope</code></a> in unit tests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/JsrTestUtils.html" title="class in org.springframework.batch.test">JsrTestUtils</a></td>
<td class="colLast">
<div class="block">Provides testing utilities to execute JSR-352 jobs and block until they are complete (since all JSR-352 based jobs
are executed asynchronously).</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/MetaDataInstanceFactory.html" title="class in org.springframework.batch.test">MetaDataInstanceFactory</a></td>
<td class="colLast">
<div class="block">Convenience methods for creating test instances of <a href="../../../../org/springframework/batch/core/JobExecution.html" title="class in org.springframework.batch.core"><code>JobExecution</code></a>,
<a href="../../../../org/springframework/batch/core/JobInstance.html" title="class in org.springframework.batch.core"><code>JobInstance</code></a> and <a href="../../../../org/springframework/batch/core/StepExecution.html" title="class in org.springframework.batch.core"><code>StepExecution</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/StepRunner.html" title="class in org.springframework.batch.test">StepRunner</a></td>
<td class="colLast">
<div class="block">Utility class for executing steps outside of a <a href="../../../../org/springframework/batch/core/Job.html" title="interface in org.springframework.batch.core"><code>Job</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/StepScopeTestExecutionListener.html" title="class in org.springframework.batch.test">StepScopeTestExecutionListener</a></td>
<td class="colLast">
<div class="block">A <code>TestExecutionListener</code> that sets up step-scope context for
dependency injection into unit tests.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../org/springframework/batch/test/StepScopeTestUtils.html" title="class in org.springframework.batch.test">StepScopeTestUtils</a></td>
<td class="colLast">
<div class="block">Utility class for creating and manipulating <a href="../../../../org/springframework/batch/core/scope/StepScope.html" title="class in org.springframework.batch.core.scope"><code>StepScope</code></a> in unit tests.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/springframework/batch/support/transaction/package-summary.html">Prev&nbsp;Package</a></li>
<li>Next&nbsp;Package</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/springframework/batch/test/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>