How to use 'Tests patterns'? Permanently deleted user Created August 10, 2006 14:30 Is any docs for it?Thanks!-- Alexey
See http://www.jetbrains.net/confluence/display/TW/TeamCity+FAQ
"How to create a build configuration with Ipr build runner?"
"Alexey Efimov" <no_reply@jetbrains.com> wrote in message
news:26821160.1155216683397.JavaMail.itn@is.intellij.net...
Thanks!
But, unfortunaly i can use IPR build...
It just not compile my test cases.
I have:
public abstract class MyAbstractTest extends TestCase {
protected void testXXX(String param) { blabla }
}
And:
public MyOneTest extends MyAbstractTest {
public void testXXX() {
testXXX("one");
}
}
It just say that unknown symbol: constructor MyAbstractTest, when it try to compile MyOneTest.
If i try to compile it from IDEA - all just fine.
Are you using "override classpath for tests" option?
"Alexey Efimov" <no_reply@jetbrains.com> wrote in message
news:20906565.1155221131104.JavaMail.itn@is.intellij.net...
>
>
>
>
>
No
Could you attach $agent-dir$/work/$project-name$/integrationBuild.xml? What
is the name of module containing not found class (MyAbstractTest )?
"Alexey Efimov" <no_reply@jetbrains.com> wrote in message
news:17702250.1155226111034.JavaMail.itn@is.intellij.net...
Sended to you by mail.
This forum disabled for attachement for me