alexroldugin / spray

Automatically exported from code.google.com/p/spray
0 stars 0 forks source link

Review org.eclipselabs.spray:org.eclipselabs.spray.generator.graphiti.tests #222

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The tests for asserting the expected for the Spray generator are themselves 
generated now. 

The test assertions have to be checked against the actual produced generated 
code at runtime to verify that there are no differences due to not resolved 
shapes/styles/genmodels or other influences.

This check might be done by comparing the actual generated code (to be copied 
inside the test project) with the code fragments to be generated as assertions 
(actually the generation approach has been chosen to avoid platform dependent 
differences in line break characters).

There also some issues with generated code assertions because of trailing empty 
lines inside the generated code.

When the generated test cases are verified add test case generators for the 
other example projects. 

Original issue reported on code.google.com by de.abg.r...@gmail.com on 3 Dec 2012 at 4:34

GoogleCodeExporter commented 8 years ago

Original comment by de.abg.r...@gmail.com on 19 Jul 2013 at 11:30