- 
                Notifications
    You must be signed in to change notification settings 
- Fork 10
adds two unit tests for JctFileManagerImpl module. #232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
        
          
                ...ting/src/test/java/io/github/ascopes/jct/tests/unit/filemanagers/JctFileManagerImplTest.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                ...ting/src/test/java/io/github/ascopes/jct/tests/unit/filemanagers/JctFileManagerImplTest.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                ...mpiler-testing/src/test/java/io/github/ascopes/jct/tests/unit/filemanagers/package-info.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | I've enabled the CI pipeline runners for you, btw. | 
| Codecov Report
 @@           Coverage Diff           @@
##             main     #232   +/-   ##
=======================================
  Coverage   68.54%   68.54%           
=======================================
  Files          72       72           
  Lines        2540     2540           
  Branches      235      235           
=======================================
  Hits         1741     1741           
  Misses        733      733           
  Partials       66       66            | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just need to run ./mvnw license:format to apply the license header and it should be good to go as the first few tests :-)
        
          
                ...ting/src/test/java/io/github/ascopes/jct/tests/unit/filemanagers/JctFileManagerImplTest.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple small things I just spotted, and then this should be good to go for the first chunk of tests for this class.
Thanks :-)
        
          
                ...ting/src/test/java/io/github/ascopes/jct/tests/unit/filemanagers/JctFileManagerImplTest.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
              
          
                ...ting/src/test/java/io/github/ascopes/jct/tests/unit/filemanagers/JctFileManagerImplTest.java
              
                Outdated
          
            Show resolved
            Hide resolved
        
      | Thanks for the review comments and thank you so much for your patience | 
| @Badrri-Narayanan no worries at all. LGTM. | 
…Junit and modifies @DisplayName to be consistent with project style.
Description
adds two Junit tests for JctFileManagerImpl module. Kindly consider this as my initial draft
related to #219