Polishing

(cherry picked from commit 7ed7f98)
This commit is contained in:
Juergen Hoeller
2015-03-06 23:47:54 +01:00
parent ff76be2d16
commit d879bad248
10 changed files with 154 additions and 156 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2013 the original author or authors.
* Copyright 2002-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,7 +34,6 @@ import static java.lang.String.*;
*/
public enum TestGroup {
/**
* Tests that take a considerable amount of time to run. Any test lasting longer than
* 500ms should be considered a candidate in order to avoid making the overall test
@@ -68,6 +67,7 @@ public enum TestGroup {
*/
CUSTOM_COMPILATION;
/**
* Parse the specified comma separates string of groups.
* @param value the comma separated string of groups
@@ -93,4 +93,5 @@ public enum TestGroup {
}
return groups;
}
}