Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[xtext-dev] new depedency from project 'org.eclipse.xtext.tests' to project 'org.eclipse.xtext.generator' ok?

Hi,

my next task is to implement UI independent Unit test for CA
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=253707) and therefore I
need
to start writing unit tests for clazz ParseTreeUtil (which is related
to CA) located in project 'org.eclipse.xtext' and also need a
generated test parser
to test the ParseTreeUtil.  According to the established naming
convention all tests for project 'org.eclipse.xtext' are going into
project 'org.eclipse.xtext.tests'.

my question:

ParseTreeUtilTest needs a generated parser (GeneratorFacade) for
testing and hence there is a new depedency from project
'org.eclipse.xtext.tests' to project 'org.eclipse.xtext.generator'.
Is this new depedency ok or NOT?

thx
m


Back to the top