Skip to main content

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

We should create a new corresponding test project (org.eclipse.xtext.ui.common.tests).

Sven

On Nov 6, 2008, at 10:42 PM, michael clay wrote:

ok thx, one more question ..where to put tests for project
'org.eclipse.xtext.ui.common' (also needs access to GeneratorFacade or
some already existing test parsers located in other test projects plus
jface dependencies for mocked org.eclipse.jface.* implementations  )

m

On Thu, Nov 6, 2008 at 3:37 PM, Sven Efftinge <sven.efftinge@xxxxxxxxx> wrote:
hi michael,

please put the tests into org.eclipse.xtext.generator.test.
We should rename the project (i.e. remove the "generator" part) after M3.
So it won't confuse us anymore :-)

Sven

On Nov 6, 2008, at 12:35 PM, michael clay wrote:

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
_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xtext-dev

_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xtext-dev

_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xtext-dev



Back to the top