Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
testing-starter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SOFT Core
SOFT 160
semesters
fall2024
testing-starter
Commits
d5b2f2e7
Verified
Commit
d5b2f2e7
authored
7 months ago
by
Christopher Bohn
Browse files
Options
Downloads
Patches
Plain Diff
Removed deprecated security manager from SortThreePairs
parent
7db81fea
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
sort_three_pairs/src/test/java/edu/unl/cse/soft160/sort_three_pairs/SortThreePairsTest.java
+0
-10
0 additions, 10 deletions
.../unl/cse/soft160/sort_three_pairs/SortThreePairsTest.java
with
0 additions
and
10 deletions
sort_three_pairs/src/test/java/edu/unl/cse/soft160/sort_three_pairs/SortThreePairsTest.java
+
0
−
10
View file @
d5b2f2e7
...
@@ -55,16 +55,6 @@ public class SortThreePairsTest {
...
@@ -55,16 +55,6 @@ public class SortThreePairsTest {
}
}
}
}
@Before
public
void
setUp
()
throws
SecurityException
{
System
.
setSecurityManager
(
new
TestingSecurityManager
());
}
@After
public
void
tearDown
()
throws
SecurityException
{
System
.
setSecurityManager
(
null
);
}
protected
static
String
runMainForError
(
int
expectedStatus
,
String
...
arguments
)
{
protected
static
String
runMainForError
(
int
expectedStatus
,
String
...
arguments
)
{
InputStream
in
=
System
.
in
;
InputStream
in
=
System
.
in
;
PrintStream
err
=
System
.
err
;
PrintStream
err
=
System
.
err
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment