Skip to content

Commit

Permalink
added class comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Durieux Pol committed Apr 9, 2024
1 parent 656a29a commit bec0672
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/MuTalk-Model/MTCompositeTestFilter.class.st
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
"
This test filter is a composition of multiple test filters.
It works as if the test collection passes through each test filter one by one. So a test is blocked by the composite test filter if any of its filters blocks the said test. In the same way, a test passes through the composite test filter if it passes through every of its filters.
"
Class {
#name : 'MTCompositeTestFilter',
#superclass : 'MTTestFilter',
Expand Down

0 comments on commit bec0672

Please sign in to comment.