Skip to content

keithkroeger/test-walkthrough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Example

General Areas

This repository shows different mechanisms that I've used for testing:

  1. Controller class offers a /testLocal uri This is used for Gherkin-based acceptance testing The controller utilizes a service to provide data.

  2. BasicStubUserController is used to call a service provided through my actuator-demo project. (Pretending to use as a consumer of that project.)

    The class StubVerifier uses this controller and the actuator-demo stubs stored in the 'libs' folder.

    You can run the StubVerifier class and see how the producer class is stubbed.

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages