SERG-Delft / andy

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

Add code check if a class is used #240

Closed Zakrok09 closed 1 year ago

Zakrok09 commented 1 year ago

Co-authored by: @sandemiroren1 solves #229

Code Check if a class is used

This Pull Request works on issue #229. It adds ClassUsedInSolution code check, a corresponding ClassUsedInSolutionTest class and a new fixture ClassUsed to help testing this code check. Currently it works for class creations and static method invocations.

sandemiroren1 commented 1 year ago

we have added one more test for the method evaluating "false".

mauricioaniche commented 1 year ago

There's a merge conflict now! Can you solve it so that we can merge? Thank YOU!!!

sandemiroren1 commented 1 year ago

@mauricioaniche solved :D.