testfx
testfx copied to clipboard
[Testing Platform] Aggregate Filter
I was actually thinking about mixes of filters earlier and whether that was worth supporting. You'd need a new type like AggregateFilter (like AggregateException) that wraps around multiple. Might be worth splitting that into its own issue if that sounds like a good idea to you?
Originally posted by @thomhurst in https://github.com/microsoft/testfx/issues/3528#issuecomment-2285603508
As mentioned here, it would be good to be able to mix and match filters. This would need a new filter type that can wrap around a collection of filters.