Log in to follow, share, and participate in this community.
Thread JsfUnit2 with Primefaces?
JsfUnit2 with Primefaces?Hi has anyone managed to get jsfunit2 working with primefaces 2.x or 3 ? I use arquillian and it all works fine until I swap a standard component for the primefaces equivalent. Has anyone expirienced t...
Does @FormAuthentication obey redirectsMy understanding of the documentation on testing secure pages using @FormAuthentication is that by the time the test executes and form authentication has been successful, if the app automatically redirects to a new vi...
Thread Tutorial for JSFUnit2 + JBoss 6 + Eclipse WTP
Tutorial for JSFUnit2 + JBoss 6 + Eclipse WTPHi all, after a long struggle with JSFUnit, Maven and Eclipse, I finished writing a beginners tutorial, which targets for using JSFUnit with Eclipse: It is targeted for this combination of tools: -Eclipse 3....
JSFUnit 2.0.0 FAQWhat's new in JSFUnit 2.0.0? There are two major changes in JSFUnit 2.x. The first is that you can more easily use Arquillian instead of Cactus. This allows you to use JUnit 4 or TestNG. It also pro...
JSFUnitDocumentationJSFUnit documentation, tips, and tricks Getting Started Getting Started Guide for JSFUnit 1.3 Getting Started Guide for JSFUnit 2.0 Supported JSF environments Workaround for WebSphere Testing with J...
Article JSFUnit 2.0.0.Beta2 Getting Started Example
JSFUnit 2.0.0.Beta2 Getting Started ExampleIntroduction Attached is a simple JSF application that uses Arquillian to run JSFUnit tests. The Getting Started applicaiton is completely independent. This project's pom does not inherit from any parent...
JSFUnit 2.0.0 "Getting Started" ExampleThis article only applies to JSFUnit 2.0.0.Beta1. Since JSFUnit 2.0.0.Beta2 is out, this article is deprecated. Click here for Beta2. Note: The Getting Started project has now been migrated ...
JSFUnit Download brokenI'm about to test-drive JSFUnit 2 with Arquillian, but the downloads section on the main site still lists beta1 and these links are broken. I then tried to get the jars via the maven repository, but there are...
Article Injection for JSFSession, JSFClientSession, and JSFServerSession
Injection for JSFSession, JSFClientSession, and JSFServerSessionAs of JSFUnit release 2.0.0, you can use Arquillian instead of Catus to run your tests. This also allows you to use JUnit 4 and TestNG instead of JUnit 3. It also allows you to use JSFUnit annotations for ...
JSFUnit 2.0.0 Beta 2 Release NotesIntroduction to JSFUnit 2.0.0 JSFUnit 2.0.0 is the second major release of JSFUnit, focusing on Arquillian integration. As always, use of Cargo/Cactus instead of Arquillian is still supported. If you use C...
JBossJSFUnitJSFUnit: In-container testing for JSF applications JSFUnit is a test framework for JSF applications. It is designed to allow complete integration testing and unit testing of JSF applications using a simplified API. JS...
Thread JSFUnit's session key not 'put' to external context
JSFUnit's session key not 'put' to external contextI am using arquillian 1.0.0.CR4 and JSFUnit 2.0.0.Beta2-SNAPSHOT in jboss AS 6 on a seam 2.2 application. This simple unit test fails. @Test @InitialPage("/home.seam") public void testLogin(JSFServer...
JSFUnitTestClassA JSFUnit Test Class is an ordinary JUnit class. However, if you are using Cactus instead of Arquillian, it does need to extend org.apache.cactus.ServletTestCase which extends junit.framework.TestCase. Als...
WritingJSFUnitTestsHow to Write JSFUnit tests First, take a look at the Getting Started Guide from the JSFUnit web site. Then for more detail on writing tests, read these topics: Creating a JUnit/JSFUnit class for ...
ArquillianJSFUnitTestClassAn Arquillian JSFUnit Test Class is an ordinary JUnit 4 class using Arquillian's @RunWith and @Deployment annotations. It also uses JSFUnit Annotations to configure and inject JSFSession, JSFClientSession, and J...
Thread BeanManager tear down fails with JBoss 6 Final
BeanManager tear down fails with JBoss 6 FinalMy test cases are running fine with JSFUnit 2.0.0.Beta1, but I get an error on tear down. The test deployment seems unable to tear down the BeanManager properly. Remote6 profile deps: JBoss 6 Final (remote pro...
Misterious NPEHey guys, I'm trying to run arquillian-hellojsf after updating jsfunit-arquillian to use arquillian.CR1 spi. Everything seems to be working well with the arquillian extension. and most of tests run without error. &...