public class MultiConstructor extends Object
withAnyArguments()
does not treat all
the object's constructors equally. This test fixture provides an object which
has multiple constructors so that tests can cover both code-paths of constructor
matching.Constructor and Description |
---|
MultiConstructor(String first) |
MultiConstructor(String first,
Runnable something,
boolean b) |
MultiConstructor(String first,
String second) |
Copyright © 2019. All rights reserved.