Skip to content

houdini68/testing-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing the Java ecosystem

Testing the apis needed by a modern Java developer.

How many times are you stuck at customer site because you don't remember the usage of a class or a method from a well known api?

Javadoc is sometimes complicated. Not easy to read. You want an example.

I have decided to document the classes that a modern developer has a great chance to meet at customer site.

Each time I visit a site (Stackoverflow) to get some help on programming or I made some investigations on a specific topic I will try to make a test that will be documented here.

It is an Apache Maven project and it was written using Intellij Idea.

Rudy Vissers(Belgium). English is not my mother tongue.

What is tested?

Java

java.lang

java.nio.file

java.util

java.util.function

Guava

com.google.common.base

com.google.common.collect

Mockito

org.mockito

AssertJ

org.assertj.core.api

assertThat
assertThatThrownByTest
catchTrowableTest

Non compliant code analyzed by the IDE

Nonnull annotation

Springframework

core

Wiring of a bean. Java configuration.

Model

model

Releases

No releases published

Packages

 
 
 

Contributors

Languages