Skip to content
GitLab
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
1ef48603
Commit
1ef48603
authored
Sep 12, 2017
by
Filip Reaboi
Browse files
Added: customizeProjectBeforeRegistering(project);
refs 2978
parent
f1ca83c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
org.fortiss.af3.project/trunk/test-src/test/org/fortiss/af3/project/ProjectTestModelBase.java
View file @
1ef48603
...
...
@@ -72,10 +72,19 @@ public class ProjectTestModelBase implements ITestModel {
store
=
createExecutionConfigurationStore
();
project
.
getRootElements
().
add
(
store
);
customizeProjectBeforeRegistering
(
project
);
// for JUnit purposes
IPersistencyService
.
getInstance
().
addDummyEObjectAsTopLevelElement
(
project
);
}
/**
* @param project2
*/
protected
void
customizeProjectBeforeRegistering
(
FileProject
fileProject
)
{
// TODO Auto-generated method stub
}
/**
* Disposes the model. Sub-classes may override but must call super
* implementation last.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment