PathAssert constructor uses PaintAssert?
jcogilvie opened this issue · 2 comments
public class PathAssert extends AbstractAssert<PathAssert, Path> {
public PathAssert(Path actual) {
super(actual, PaintAssert.class); // looks wrong?
}
...
}
Shouldn't that be PathAssert
?
Yep!
On Tue, Feb 16, 2016 at 1:55 PM Jonathan Ogilvie notifications@github.com
wrote:
public class PathAssert extends AbstractAssert<PathAssert, Path> {
public PathAssert(Path actual) {
super(actual, PaintAssert.class); // looks wrong?
}
...
}Shouldn't that be PathAssert?
—
Reply to this email directly or view it on GitHub
#191.
Want to send a pull request for it?
On Tue, Feb 16, 2016 at 2:06 PM Jake Wharton jakewharton@gmail.com wrote:
Yep!
On Tue, Feb 16, 2016 at 1:55 PM Jonathan Ogilvie notifications@github.com
wrote:public class PathAssert extends AbstractAssert<PathAssert, Path> {
public PathAssert(Path actual) {
super(actual, PaintAssert.class); // looks wrong?
}
...
}Shouldn't that be PathAssert?
—
Reply to this email directly or view it on GitHub
#191.