Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
af3
AF3
Commits
bb3dcab5
Commit
bb3dcab5
authored
May 10, 2012
by
Kisslinger
Browse files
Added comment to tricky point
parent
ed9c9df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.testing/trunk/src/org/fortiss/af3/testing/utils/TestingModelElementFactory.java
View file @
bb3dcab5
...
...
@@ -47,7 +47,7 @@ import org.fortiss.af3.testing.model.statistic.TransitionIntTupel;
* @author ratiu
* @author $Author: hoelzl $
* @version $Rev: 18709 $
* @ConQAT.Rating YELLOW Hash:
C76F4C8CC17C3DE34261C8C814F9AF1F
* @ConQAT.Rating YELLOW Hash:
73798EF94C844CFF2E36FB522D17D388
*/
public
class
TestingModelElementFactory
{
...
...
@@ -140,7 +140,10 @@ public class TestingModelElementFactory {
return
testsuite
;
}
/** Create a {@link TestSuite} based on the given {@link Component} */
/**
* Create a {@link TestSuite} based on the given {@link Component}. It does NOT attach it to
* the component!
*/
public
static
TestSuite
createTestSuite
(
String
name
,
Component
component
)
{
TestSuite
testsuite
=
TestingModelFactory
.
eINSTANCE
.
createTestSuite
();
testsuite
.
setName
(
name
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment