python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Arquillian mixed mode not working on TestNG
I am trying to run a test suite in mixed mode using Arquillian and TestNG.
Based on the documentation here: http://arquillian.org/arquillian-core/#mixed-mode
I would expect to be able to write my test...

KyleAure
Votes: 0
Answers: 1
setting arquillian on Wildfly Preview 25: NoClassDefFoundError: org/jboss/threads/AsyncFuture
I am trying to run this test on Arquillian:
@ExtendWith(ArquillianExtension.class)
class ArquillianTest {
@Deployment
public static WebArchive createDeployment() {
return ShrinkWrap.cr...
karmapolice
Votes: 0
Answers: 0