mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Java: port java/mocking-all-non-private-methods-means-unit-test-is-too-big query
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* Underlying data type of the ORM class and functions.
|
||||
*/
|
||||
public class Employee {
|
||||
Employee(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
String name;
|
||||
}
|
||||
Reference in New Issue
Block a user