Skip to content

Commit

Permalink
#447 Remove duplicate tests
Browse files Browse the repository at this point in the history
Found with sort metricstest-params.csv | uniq -d
  • Loading branch information
victornoel committed Apr 16, 2020
1 parent 94b2e98 commit ba8265e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/resources/org/jpeek/metricstest-params.csv
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Foo,NHD,0.3333d
MethodsWithDiffParamTypes,NHD,0.7143d
OverloadMethods,NHD,0.5333d
TwoCommonAttributes,NHD,0.3333d
NoMethods,NHD,NaN
OneVoidMethodWithoutParams,NHD,NaN
WithoutAttributes,NHD,0.0d
OneMethodCreatesLambda,NHD,0.0d
Expand Down Expand Up @@ -130,10 +129,6 @@ OnlyOneMethodWithParams,MWE,1.0d
OverloadMethods,MWE,1.0d
TwoCommonAttributes,MWE,1.0d
WithoutAttributes,MWE,1.0d
Foo,CCM,0.1667d
OverloadMethods,CCM,0.6d
TwoCommonAttributes,CCM,NaN
TwoCommonMethods,CCM,0.0238d
Bar,OCC,0.75d
BridgeMethod,OCC,0.0d
ClassWithPublicField,OCC,0.5d
Expand Down

0 comments on commit ba8265e

Please sign in to comment.