SERG-Delft / andy

Andy assesses student's test code. It's used in CSE1110, TU Delft.
MIT License
78 stars 23 forks source link

FEAT: Method called check anywhere #234

Closed sandemiroren1 closed 1 year ago

sandemiroren1 commented 1 year ago

This Pull Request works on issue #228. It adds another MethodCalledAnywhere.java class to look for Method invocations in any scope. Tests are added inside MethodCalledAnywhereTest.java.

fixes #228

Worked on by: @sandemiroren1 and @Zakrok09

sandemiroren1 commented 1 year ago

I have updated the README to contain the new line.

mauricioaniche commented 1 year ago

Just found one more test, @sandemiroren1 ! And then we are ready to MERGE!

Zakrok09 commented 1 year ago

Just found one more test, @sandemiroren1 ! And then we are ready to MERGE!

Hello, sir! @sandemiroren1 added some tests that check if a method is not inside the solution.

mauricioaniche commented 1 year ago

Thanks for the contribution !