Skip to content

damned/shtub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shtub - http stubbing for tests

testing system using shtub to stub http dependency:

in Graphviz dot format, SUT == System Under Test:

  digraph testing_system_with_stubbed_http_dependency {
     test->shtub [label="0: in-process setup"];
     test->SUT [label="1: action"];
     SUT->shtub [label="http"];
     shtub->SUT;
     SUT->test [label="2: assert"];
  }

render using:

  https://sandbox.kidstrythisathome.com/erdos/index.html

or Graphviz itself:

  https://www.graphviz.org/

About

http stubbing for tests in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages