This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test/java/com/mathworks/ci Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ public void verifyBuildPassesWhenMatlabCommandPasses() throws Exception {
208208 *
209209 */
210210
211-
211+ @ Test
212212 public void verifyBuildPicksTheCorretCommandBatch () throws Exception {
213213 this .buildWrapper .setMatlabRootFolder (getMatlabroot ("R2018b" ));
214214 project .getBuildWrappersList ().add (this .buildWrapper );
@@ -223,7 +223,7 @@ public void verifyBuildPicksTheCorretCommandBatch() throws Exception {
223223 /*
224224 * Test to verify if MATALB scratch file is not generated in workspace for this builder.
225225 */
226-
226+ @ Test
227227 public void verifyMATLABscratchFileNotGenerated () throws Exception {
228228 this .buildWrapper .setMatlabRootFolder (getMatlabroot ("R2018b" ));
229229 project .getBuildWrappersList ().add (this .buildWrapper );
@@ -238,7 +238,7 @@ public void verifyMATLABscratchFileNotGenerated() throws Exception {
238238 * Test to verify command supports resolving environment variable (For MATRIX builds).
239239 *
240240 */
241-
241+ @ Test
242242 public void verifyCommandSupportsEnvVar () throws Exception {
243243 EnvironmentVariablesNodeProperty prop = new EnvironmentVariablesNodeProperty ();
244244 EnvVars var = prop .getEnvVars ();
@@ -258,7 +258,7 @@ public void verifyCommandSupportsEnvVar() throws Exception {
258258 * NOTE: This test assumes there is no MATLAB installed and is not on System Path.
259259 *
260260 */
261-
261+ @ Test
262262 public void verifyMATLABrunnerFileGenerated () throws Exception {
263263 this .buildWrapper .setMatlabRootFolder (getMatlabroot ("R2018b" ));
264264 project .getBuildWrappersList ().add (this .buildWrapper );
You can’t perform that action at this time.
0 commit comments