Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
generators
EMAM2Middleware
Commits
9e639bd1
Commit
9e639bd1
authored
Apr 09, 2019
by
Alexander David Hellwig
Browse files
Clear logs before running tests
parent
e1419f7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/test/java/de/monticore/lang/monticar/generator/middleware/GenerationTest.java
View file @
9e639bd1
...
...
@@ -12,6 +12,7 @@ import de.monticore.lang.monticar.generator.roscpp.helper.TagHelper;
import
de.monticore.lang.tagging._symboltable.TaggingResolver
;
import
de.se_rwth.commons.logging.Log
;
import
freemarker.template.TemplateException
;
import
org.junit.Before
;
import
org.junit.Ignore
;
import
org.junit.Test
;
...
...
@@ -28,6 +29,11 @@ public class GenerationTest extends AbstractSymtabTest {
public
static
final
String
TEST_PATH
=
"src/test/resources/"
;
@Before
public
void
resetLog
(){
Log
.
getFindings
().
clear
();
}
@Test
public
void
testBasicGeneration
()
throws
IOException
{
TaggingResolver
taggingResolver
=
createSymTabAndTaggingResolver
(
TEST_PATH
);
...
...
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