How to contribute

Author?

Decorators CDI
0%
Describe the method(s) deploy, test in test DecoratorTest.
Bean discovery all CDI
0%
Describe the method(s) deploy, should_bean_be_injected in test GreetingTest.
Bean discovery annotated CDI
0%
Describe the method(s) deploy, should_bean_be_injected, should_bean_be_simple in test GreetingTest.
Bean discovery none CDI
0%
Describe the method(s) deploy, should_bean_be_injected in test GreetingTest.
Interceptors CDI
0%
Describe the method(s) deploy, test in test GreetingTest.
Nobeans xml CDI
0%
Describe the method(s) deploy, should_scope_bean_be_injected in test ScopedBeanTest.
Beansxml noversion CDI
0%
Describe the method(s) deploy, should_bean_be_injected in test GreetingTest.
Alternatives CDI
0%
Describe the method(s) deploy, should_bean_be_injected, should_bean_be_fancy in test GreetingTest.
Alternatives priority CDI
0%
Describe the method(s) deploy, should_be_ambiguous in test MixedGreetingTest.
Describe the method(s) deploy, should_bean_be_injected, should_bean_be_priority in test GreetingTest.
Describe the method(s) deploy, should_bean_be_injected, should_bean_be_simple in test ProducerMethodGreetingTest.
Nobeans el injection CDI
0%
Describe the method(s) deploy, checkRenderedPage in test ScopedBeanTest.
Nobeans el injection flowscoped CDI
0%
Describe the method(s) deploy, checkRenderedPage in test FlowScopedBeanTest.
Events CDI
0%
Describe the method(s) deploy, test in test GreetingTest.
Managedexecutor Concurrency
0%
Describe the method(s) createDeployment, testSubmitWithRunnableDefault, testSubmitWithCallableDefault, testInvokeAllWithCallableDefault, testInvokeAnyWithCallableDefault in test ExecutorJNDITest.
Describe the method(s) createDeployment, testSubmitWithRunnableDefault, testSubmitWithCallableDefault, testInvokeAllWithCallableDefault, testInvokeAnyWithCallableDefault, testSubmitWithRunnableNoName, testSubmitWithCallableNoName, testInvokeAllWithCallableNoName, testInvokeAnyWithCallableNoName, testSubmitWithRunnableFromWebXML, testSubmitWithCallableFromWebXML, testInvokeAllWithCallableFromWebXML, testInvokeAnyWithCallableFromWebXML, testSubmitWithListener, testSubmitWithTransaction, testSubmitWithEJB in test ExecutorInjectTest.
managedthreadfactory Concurrency
0%
Embeddable EJB
0%
Async ejb EJB
0%
Describe the method(s) createDeployment, should_return_async_sum in test AsyncClassBeanTest.
Describe the method(s) createDeployment, should_return_async_sum in test AsyncMethodBeanTest.
Standalone EL
0%
Describe the method(s) deploy, should_pick_in_the_array, should_add in test ELResolverTest.
Register session JASPIC
0%
Describe the method(s) createDeployment, testRemembersSession, testJoinSessionIsOptional in test RegisterSessionTest.
Beanvalidation JAXRS
0%
Describe the method(s) createDeployment, testInvalidRequest, testValidRequest, testValidPostRequest, testInvalidPostRequest, testInvalidPostRequestLesserAge, testInvalidPostRequestGreaterAge in test MyResourceTest.
Beanparam JAXRS
0%
Describe the method(s) createDeployment, testRequestWithAllParams in test MyResourceTest.
Client negotiation JAXRS
0%
Describe the method(s) createDeployment, testXML, testJSON in test MyResourceTest.
Dynamicfilter JAXRS
0%
Describe the method(s) createDeployment, testGet, testPost in test MyResourceTest.
Fileupload JAXRS
0%
Describe the method(s) createDeployment, shouldPostOctetStreamContentAsInputStream, shouldNotPostImagePngContentAsInputStream, shouldPostOctetStreamContentAsFile, shouldPostImagePngContentAsFile in test MyResourceTest.
Paramconverter JAXRS
0%
Describe the method(s) createDeployment, testRequestWithQueryParam, testRequestWithNoQueryParam, testRequestWithPathParam in test MyResourceTest.
Resource validation JAXRS
0%
Describe the method(s) createDeployment, shouldPassNameValidation, shouldFailAtFirstNameSizeValidation, shouldFailAtFirstNameNullValidation, shouldFailAtLastNameSizeValidation, shouldFailAtLastNameNullValidation, shouldFailAtEmailAtSymbolValidation, shouldFailAtEmailComDomainValidation in test NameAddResourceTest.
Server negotiation JAXRS
0%
Describe the method(s) createDeployment, testJson, testJson2, testXml in test MyResourceTest.
singleton JAXRS
0%
Describe the method(s) createDeployment, testPost, testGet, testDelete, testPut in test ApplicationSingletonResourceTest.
Describe the method(s) createDeployment, testPost, testGet, testDelete, testPut in test AnnotatedSingletonResourceTest.
Readerwriter injection JAXRS
0%
Describe the method(s) createDeployment, testPostWithCustomMimeTypeAndInjectedBeanInReader, testPostSimple in test MyResourceTest.
Jaxrs security declarative JAXRS
0%
Describe the method(s) createDeployment, testGetWithCorrectCredentials, testGetSubResourceWithCorrectCredentials, testGetWithIncorrectCredentials, testPost, testPut in test MyResourceTest.
Db access JAXRS
0%
Describe the method(s) createDeployment, testGet in test EmployeeResourceTest.
Jms xa JMS
0%
Describe the method(s) createDeployment, emailAlreadyRegisteredNonXA, happyPathNonXA in test UserManagerNonXATest.
Describe the method(s) createDeployment, emailAlreadyRegisteredXA, happyPathXA in test UserManagerXATest.
Send receive JMS
0%
Describe the method(s) testClassicApi, testContainerManagedJmsContext, testAppManagedJmsContext, testMultipleSendAndReceive, deploy in test SyncTest.
Describe the method(s) testAsync, deploy in test AsyncTest.
Describe the method(s) testWaiting in test ReceptionSynchronizerTest.
Datasourcedefinition JPA
0%
Describe the method(s) deploy, should_bean_be_injected in test DataSourceDefinitionTest.
Multiple pu JPA
0%
Describe the method(s) createDeployment, testMultiplePu in test MultiplePuTest.
Storedprocedure JPA
0%
Describe the method(s) createDeployment, testStoredProcedure in test StoredProcedureTest.
Jndi context JPA
0%
Describe the method(s) createDeployment, testEntityManagerLookup, testEntityManagerLookupBean in test EntityManagerJndiContextTest.
Locking optimistic JPA
0%
Describe the method(s) createDeployment, testLockingOptimisticUpdateAndRead, testLockingOptimisticReadAndUpdate, testLockingOptimisticDelete in test LockingOptimisticTest.
Pu typesafe JPA
0%
Describe the method(s) createDeployment, testPuTypesafe in test PuTypesafeTest.
Schema gen metadata JPA
0%
Describe the method(s) createDeployment, testGet in test EmployeeBeanTest.
Schema gen scripts JPA
0%
Describe the method(s) createDeployment, testGet in test EmployeeBeanTest.
Schema gen scripts external JPA
0%
Describe the method(s) createDeployment, testSchemaGenScriptExternal in test SchemaGenScriptsExternalTest.
Schema gen scripts generate JPA
0%
Describe the method(s) createDeployment, testSchemaGenIndex in test SchemaGenScriptsTest.
Schema gen index JPA
0%
Describe the method(s) createDeployment, testSchemaGenIndex in test SchemaGenIndexTest.
Jpa converter JPA
0%
Describe the method(s) createDeployment, should_return_all_employee_records in test EmployeeRepositoryTest.
Default datasource JPA
0%
Describe the method(s) createDeployment, testGet in test EmployeeBeanTest.
Transactional JTA
0%
Describe the method(s) deploy, should_required_work, should_requiresNew_work, should_mandatory_throw_exception, should_supports_work, should_notSupported_work, should_never_work in test MyTransactionalTxTypeBeanTest.
Describe the method(s) deploy, should_withTransaction_have_only_one_instance_injected, should_withTransaction_called_twice_have_same_instances_injected, should_withoutTransaction_NOT_fail in test MyTransactionalBeanWithUserTransactionTest.
Describe the method(s) deploy, should_withTransaction_have_only_one_instance_injected, should_withTransaction_called_twice_have_different_instances_injected, should_withoutTransaction_fail in test MyTransactionalBeanTest.
User transaction JTA
0%
Describe the method(s) deploy, should_work_with_cdi, should_work_with_jndi in test UserTransactionTest.
Bean validation JSF
0%
Describe the method(s) createDeployment, testNameLessCharacters, testNameBoundary, testAgeLessThan, testAgeLowBoundary, testAgeHighBoundary, testAgeGreaterThan, testZipAlphabets, testZipLessNumbers, testZipMoreNumbers, testZipBoundary in test MyBeanTest.
Http get JSF
0%
Describe the method(s) createDeployment, testLink, testLinkWithParam, testLinkWithPreProcessParams, testButton in test UserTest.
Simple facelet JSF
0%
Describe the method(s) createDeployment, testDataTableRendered in test SimpleFaceletTest.
Object builder JSON
0%
Describe the method(s) deploy, testEmptyObject, testSimpleObject, testArray, testNestedStructure in test DOMGeneratorTest.
Object reader JSON
0%
Describe the method(s) deploy, testEmptyObject, testSimpleObjectWithTwoElements, testArray, testNestedStructure in test JsonReaderFromReaderTest.
Describe the method(s) deploy, testEmptyObject, testSimpleObjectWithTwoElements, testArray, testNestedStructure in test JsonReaderFromStreamTest.
Streaming generate JSON
0%
Describe the method(s) deploy, testEmptyObject, testSimpleObject, testArray, testNestedStructure in test StreamingGeneratorTest.
Streaming parser JSON
0%
Describe the method(s) deploy, testEmptyObject, testSimpleObject, testArray, testNestedStructure in test JsonParserFromReaderTest.
Describe the method(s) deploy, testEmptyObject, testSimpleObject, testArray, testNestedStructure in test JsonParserFromStreamTest.
Metadata complete Servlet
0%
Describe the method(s) createDeployment, testGet, testPost in test TestServletTest.
Resource packaging Servlet
0%
Describe the method(s) deploy, getMyResourceJarStyles in test ResourcePackagingTest.
Servlet filters Servlet
0%
Describe the method(s) createDeployment, filtered_servlet_should_return_enhanced_foobar_text, standard_servlet_should_return_simple_text in test FilterServletTest.
File upload Servlet
0%
Describe the method(s) deploy, uploadFile in test FileUploadTest.
security-basicauth Servlet
0%
Describe the method(s) createDeployment, testGetWithCorrectCredentials, testGetWithIncorrectCredentials, testPostWithCorrectCredentials, testPostWithIncorrectCredentials in test SecureServletTest.
security-form-based Servlet
0%
Describe the method(s) createDeployment, testGetWithCorrectCredentials, testGetWithIncorrectCredentials in test FormTest.
security-programmatic Servlet
0%
Describe the method(s) createDeployment, testUnauthenticatedRequest, testAuthenticatedRequest in test LoginServletTest.
Security deny uncovered Servlet
0%
Describe the method(s) createDeployment, testGetMethod, testPostMethod, testPutMethod in test SecureServletTest.
Security basicauth omission Servlet
0%
Describe the method(s) createDeployment, testPostWithNoCredentials, testPostWithCorrectCredentials, testPostWithIncorrectCredentials in test SecureServletTest.
Programmatic registration Servlet
0%
Describe the method(s) createDeployment, testChildServlet in test ServletTest.
Simple servlet Servlet
0%
Describe the method(s) createDeployment, testGet, testPost in test SimpleServletTest.
Methods validation
0%
Describe the method(s) deployment, constructorViolationsWhenNullParameters, constructorViolationsWhenNotNullParameters in test ConstructorParametersConstraintsTest.
Describe the method(s) deployment, constructorViolationsWhenNullParameters in test ConstructorParametersInjectionTest.
Describe the method(s) deployment, methodSizeTooLong, methodSizeOk, showDateFromPast, showDateFromFuture, multipleParametersWithEmptyList, multipleParametersNullSecondParameter, multipleParametersWithCorrectValues in test MethodParametersConstraintsTest.
Custom constraint validation
0%
Describe the method(s) deployment, saveZipCodeforUs, saveZipCodeForIndia in test CustomConstraintTest.
Chat WebSocket
0%
Describe the method(s) createDeployment, testConnect in test ChatTest.
Encoder programmatic WebSocket
0%
Describe the method(s) createDeployment, testEndpoint in test MyClientTest.
Endpoint WebSocket
0%
Describe the method(s) createDeployment, testTextEndpoint, testEndpointByteBuffer, testEndpointByteArray, testEndpointInputStream in test MyEndpointTest.
Endpoint async WebSocket
0%
Describe the method(s) deploy, shouldReceiveAsyncTextMessage, shouldReceiveAsyncByteBufferMessage in test MyAsyncEndpointTest.
Endpoint programmatic WebSocket
0%
Describe the method(s) createDeployment, testTextEndpoint, testBinaryEndpoint in test MyEndpointTest.
Angularjs JAXRS
12%
Describe the method(s) createDeployment, setupDB_ARQ1077_Workaround_2, setupDB_ARQ1077_Workaround_3, addNewNote, onenterContainsNotesFromDB, removeNote in test NoteResourceImplTest.
Entitygraph JPA
12%
Describe the method(s) createDeployment, testEntityGraphMovieDefault, testEntityGraphMovieWithActors, testEntityGraphMovieWithActorsAndAwards, testEntityGraphProgrammatically, testEntityGraphWithNamedParameters, testEntityGraphWithNamedParametersList in test EntityGraphTest.
Jaxws endpoint jaxws
16%
Describe the method(s) test1WelcomeMessage, test2SaveAndTakeBook, test3FindEbooks, test4AddAppendix in test EBookStoreTest.
Tx exception JTA
20%
Describe the method(s) deploy, should_have_7_employees, should_have_1_more_employee_after_checked_exception, should_not_have_1_more_employee_after_runtime_exception in test EmployeeBeanTest.
Wrapping JASPIC
25%
Describe the method(s) createDeployment, testRequestWrapping, testResponseWrapping in test WrappingTest.
Jsonp JAXRS
25%
Describe the method(s) createDeployment, testEchoArray in test MyResourceTest.
Jaxws client jaxws
25%
Describe the method(s) test1WelcomeMessage, test2SaveAndTakeBook in test EBookStoreClientSampleTest.
Encoder WebSocket
25%
Describe the method(s) testEndpointEmptyJSONArray, testEndpointEmptyJSONObject in test EncoderEndpointTest.
Interceptors priority CDI
33%
Describe the method(s) deploy, test in test GreetingTest.
Timer EJB
33%
Describe the method(s) deploy, should_receive_two_pings in test TimerSessionBeanTest.
Async authentication JASPIC
33%
Describe the method(s) createDeployment in test AsyncAuthenticationPublicTest.
Async server JAXRS
33%
Describe the method(s) createDeployment in test MyResourceTest.
Datasourcedefinition webxml pu JPA
33%
Describe the method(s) deploy, insertAndQueryEntity in test DataSourceDefinitionWebxmlPuTest.
Datasourcedefinition annotation pu JPA
33%
Describe the method(s) deploy, insertAndQueryEntity in test DataSourceDefinitionAnnotationPuTest.
Datasourcedefinition applicationxml pu JPA
33%
Describe the method(s) deploy, insertAndQueryEntity in test DataSourceDefinitionApplicationXMLPuWebTest.
Describe the method(s) deploy, insertAndQueryEntity in test DataSourceDefinitionApplicationXMLPuEJBTest.
Dynamic named query JPA
33%
Describe the method(s) createDeployment, testDynamicNamedCriteriaQueries in test DynamicNamedQueryTest.
Encoder client WebSocket
33%
Describe the method(s) testEndpoint in test MyClientTest.
Basic authentication JASPIC
35%
Describe the method(s) createDeployment, testProtectedPageNotLoggedin, testProtectedPageLoggedin in test BasicAuthenticationProtectedTest.
Describe the method(s) createDeployment, testPublicPageNotLoggedin, testPublicPageLoggedin, testPublicPageNotRememberLogin in test BasicAuthenticationPublicTest.
Describe the method(s) createDeployment in test BasicAuthenticationStatelessTest.
Ejb propagation JASPIC
42%
Describe the method(s) createDeployment, testProtectedServletWithLoginCallingEJB in test ProtectedEJBPropagationTest.
Describe the method(s) createDeployment, testProtectedServletWithLoginCallingEJB in test PublicEJBPropagationTest.
Stateful EJB
50%
Describe the method(s) deployment in test CartBeanWithInterfaceTest.
Describe the method(s) deployment, should_add_items_to_first_cart, should_not_contain_any_items_in_second_cart in test CartBeanStatefulnessTest.
Describe the method(s) deployment, doReentrantCall in test ReentrantCallTest.
Describe the method(s) deployment in test CartBeanTest.
Filter JAXRS
50%
Describe the method(s) createDeployment in test MyResourceTest.
Jaxrs client JAXRS
50%
Describe the method(s) createDeployment, test5ClientSideNegotiation, test6DeleteAll in test MyResourceTest.
Mapping exceptions JAXRS
50%
Describe the method(s) createDeployment in test MyResourceTest.
Readerwriter JAXRS
50%
Describe the method(s) createDeployment in test MyResourceTest.
Ordercolumn JPA
53%
Describe the method(s) createDeployment, saveInOneGo, saveParentWithOneChildFirst, saveParentWithChildrenThenDeleteOned in test OrderColumnBiJoinTest.
Describe the method(s) createDeployment, saveInOneGo in test OrderColumnBiMappedByTest.
Describe the method(s) createDeployment in test OrderColumnUniTest.
Stateless EJB
63%
Describe the method(s) deployment in test AccountSessionStatelessnessTest.
Lifecycle JASPIC
75%
Describe the method(s) createDeployment in test AuthModuleMethodInvocationTest.
Jaxrs endpoint JAXRS
85%
Batchlet Simple Batch
100%
Batch Decision Batch
100%
Batch Flow Batch
100%
Batch Listeners Batch
100%
Batch Split Batch
100%
Batch Schedule Batch
100%
Async Client JAXRS
100%
connector JCA
100%
JPA Listeners JPA
100%

Coder?

Vetoed CDI
0%
Study the sample code and create a test for it
Pkg level CDI
0%
Study the sample code and create a test for it
Exclude filter CDI
0%
Study the sample code and create a test for it
Built in CDI
0%
Study the sample code and create a test for it
Beanmanager CDI
0%
Study the sample code and create a test for it
Extension CDI
0%
Study the sample code and create a test for it
scopes CDI
0%
Study the sample code and create a test for it
managedscheduledexecutor Concurrency
0%
Study the sample code and create a test for it
Dynamicproxy Concurrency
0%
Study the sample code and create a test for it
Lifecycle EJB
0%
Study the sample code and create a test for it
Singleton EJB
0%
Study the sample code and create a test for it
Definition JavaMail
0%
Study the sample code and create a test for it
Common JASPIC
0%
Study the sample code and create a test for it
Filter interceptor JAXRS
0%
Study the sample code and create a test for it
Interceptor JAXRS
0%
Study the sample code and create a test for it
Invocation JAXRS
0%
Study the sample code and create a test for it
Invocation async JAXRS
0%
Study the sample code and create a test for it
Link JAXRS
0%
Study the sample code and create a test for it
Readerwriter json JAXRS
0%
Study the sample code and create a test for it
Request binding JAXRS
0%
Study the sample code and create a test for it
JPA Listeners Injection JPA
0%
Study the sample code and create a test for it
Locking pessimistic JPA
0%
Study the sample code and create a test for it
Unsynchronized pc JPA
0%
Study the sample code and create a test for it
Extended pc JPA
0%
Study the sample code and create a test for it
Ajax JSF
0%
Study the sample code and create a test for it
Components JSF
0%
Study the sample code and create a test for it
Composite component JSF
0%
Study the sample code and create a test for it
Contracts JSF
0%
Study the sample code and create a test for it
Contracts library JSF
0%
Study the sample code and create a test for it
Contracts library impl JSF
0%
Study the sample code and create a test for it
File upload JSF
0%
Study the sample code and create a test for it
Flows simple JSF
0%
Study the sample code and create a test for it
Flows mixed JSF
0%
Study the sample code and create a test for it
Flows programmatic JSF
0%
Study the sample code and create a test for it
Flows declarative JSF
0%
Study the sample code and create a test for it
Passthrough JSF
0%
Study the sample code and create a test for it
Radio buttons JSF
0%
Study the sample code and create a test for it
Resource handling JSF
0%
Study the sample code and create a test for it
Server extension JSF
0%
Study the sample code and create a test for it
Viewscoped JSF
0%
Study the sample code and create a test for it
Cookies Servlet
0%
Study the sample code and create a test for it
Async servlet Servlet
0%
Study the sample code and create a test for it
Error mapping Servlet
0%
Study the sample code and create a test for it
Event listeners Servlet
0%
Study the sample code and create a test for it
Nonblocking Servlet
0%
Study the sample code and create a test for it
Protocol handler Servlet
0%
Study the sample code and create a test for it
Web fragment Servlet
0%
Study the sample code and create a test for it
Endpoint javatypes WebSocket
0%
Study the sample code and create a test for it
Endpoint config WebSocket
0%
Study the sample code and create a test for it
Endpoint programmatic async WebSocket
0%
Study the sample code and create a test for it
Endpoint programmatic config WebSocket
0%
Study the sample code and create a test for it
Endpoint programmatic injection WebSocket
0%
Study the sample code and create a test for it
Endpoint security WebSocket
0%
Study the sample code and create a test for it
Httpsession WebSocket
0%
Study the sample code and create a test for it
Injection WebSocket
0%
Study the sample code and create a test for it
Javase client WebSocket
0%
Study the sample code and create a test for it
Messagesize WebSocket
0%
Study the sample code and create a test for it
Parameters WebSocket
0%
Study the sample code and create a test for it
Properties WebSocket
0%
Study the sample code and create a test for it
Websocket vs rest WebSocket
0%
Study the sample code and create a test for it
Subprotocol WebSocket
0%
Study the sample code and create a test for it
Websocket client WebSocket
0%
Study the sample code and create a test for it
Websocket client config WebSocket
0%
Study the sample code and create a test for it
Websocket client programmatic WebSocket
0%
Study the sample code and create a test for it
Websocket client programmatic config WebSocket
0%
Study the sample code and create a test for it
Websocket client programmatic encoders WebSocket
0%
Study the sample code and create a test for it
Whiteboard WebSocket
0%
Study the sample code and create a test for it
Endpoint singleton WebSocket
0%
Study the sample code and create a test for it
Websocket vs rest payload WebSocket
0%
Study the sample code and create a test for it