Skip to content

Working with Java Reflection API and Testing with JUnit 5

License

Notifications You must be signed in to change notification settings

hhimanshu/reflection-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflection Testing Reflection Testing with Maven and JUnit5

This project is intended to demonstrate the following using Java, Maven and JUnit5

  • If the Class exists in project.
  • If the class contains a method with a specific name
  • If a method is public, private
  • If a method contains parameters with specific types
  • If a method returns a specific type

And there could be more additions to such a list.

This project makes use of ReflectionUtils class from Junit5 and Java's Reflection API

Releases

No releases published

Packages

No packages published

Languages