davidconnor-ont

Results 3 comments of davidconnor-ont

Thanks for the feedback. > **One possible suggestion**: There seem to be a lot of tests that share the same `setup`. Is it worth converting them to separate `TestClass`-es, so...

@bblommers Service catalog seems to implement filters mostly the same as EC2 and other filters that have the pattern: ```[{"filterName":["filterValue"]}]``` but has a slightly different inputFormat. ``` {"SearchQuery":["field:value", "anotherfield:value,value2]} ```...

Hello, I'm still working on this. I'm testing it with our real world usage of service catalog so it's being adjusted as I add the unit testing to our service...