Questions tagged [jboss-arquillian]

JBoss Arquillian is a testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.

JBoss Arquillian is an extensible testing platform for the JVM that enables developers to create automated integration, functional and acceptance tests for Java middleware.

The Arquillian project intends to reduce the complexity of integration testing by covering several aspects of test execution, such as container lifecycle management and remote execution, and adheres to three core principles:

  • Tests should be portable to any supported container
  • Tests should be executable from both the IDE and the build tool
  • The platform should extend or integrate existing test frameworks
1007 questions
-1
votes
1 answer

How can I test database interactions in c#

A bit of background: I've been mostly developing in Java and Javascript for the past years and recently i've been moved to a C# project and tasked with implementing a Data Access Layer for this project. As far as i understood it this DAL will call…
DVM
  • 1,229
  • 3
  • 16
  • 22
-1
votes
1 answer

How to test Arquillian test class written for Hibernate entity?

I am new to Arquillian and trying to configure to test a Hibernate Entity. It's datasource is managed on tomcat 6 server.
Himanshu Yadav
  • 13,315
  • 46
  • 162
  • 291
1 2 3
67
68