Posts tagged Arquillian
How to Test your Applications in Payara Server
Published on 09 Nov 2022
by Luis Neto
Topics:
Payara Micro,
Arquillian,
Payara Server,
Payara Embedded
|
0 Comments
How to Test Applications with Payara® Server & Micro with Arquillian
Published on 12 Apr 2018
by Andrew Pielage
Topics:
Payara Micro,
Arquillian,
Payara Server
|
4 Comments
Before putting any application out for public access, it’s always worth testing that it works how you expect it to (and also how you don’t expect it to!). Effective testing of applications is something you can spend a week being taught, but for this blog I’ll just cover the basics of running JUnit and TestNG tests against Payara® Server & Micro using Arquillian.
Payara Server Beta 1 がリリースされました!
Published on 22 Dec 2017
by Andrew Pielage
Topics:
What's New,
Caching,
MicroProfile,
Arquillian,
Payara Server 5,
Japanese language,
Kubernetes
|
0 Comments
お楽しみの、喜びの、奉仕の、そして釣りの (違った、最後のは私が付け加えただけです) 季節がやってきました。そして世界中の皆様、このお休みに (訳注: イギリスはクリスマスと翌日が祝日です) Payara Server 5 の最初のベータ・リリースをお届けします。ダウンロードはこちらからどうぞ。本当は何が欲しかったのか、私は知っているんですよ。
Payara Server 5 Beta 1 release is here!
Published on 22 Dec 2017
by Andrew Pielage
Topics:
What's New,
Caching,
MicroProfile,
Arquillian,
Payara Server 5,
Kubernetes
|
1 Comment
It’s the season of joy, cheer, giving, and fish (no, I haven’t just added the last one) and so as a gift to the world we’ve just released the first Beta release of Payara Server 5 in time for the holidays - download here. I know, it’s exactly what you wanted.
New Arquillian Container for Payara Server
Published on 03 Oct 2017
by Fabio Turizo
Topics:
What's New,
Java EE,
Arquillian
|
5 Comments
One of the core steps in every continuous integration process is running integration tests for your application. Unlike vanilla unit tests, integration tests allow you to assess the state of your applications or systems by testing all of its components together (modules, databases, messaging, etc.) and verifying that they work correctly as a whole unit. Needless to say, integration tests are more complex that simple unit tests, have a larger footprint, take more time and are usually saved to test full releases or major changes to implementations.
Using Payara Embedded as an Arquillian Container Inside IntelliJ IDEA
Published on 22 Sep 2016
by Mert Caliskan
Topics:
How-to,
Arquillian
|
8 Comments
With this article, I'm going to integrate Payara Embedded with Arquillian by having it defined inside a sample Maven based application - source code available here - which employs an integration test implemented by the Arquillian framework. You can also find our previous post about Arquillian and the Payara Server available here, but this time I’ll take it one step further and move onto the IDE side. In this example, I will execute tests just like any JUnit test; meaning the test will be executed directly through the IDE with help of a right-click. I will also configure Payara Embedded as the Arquillian container inside the IDE.