Test well-formed event sequences, during generation of JSON profiles
| 2233 | |
| 2234 | // Test well-formed event sequences, during generation of JSON profiles |
| 2235 | TEST_F(AggregatedEventSequenceToJsonTest, CompleteEvents_GroupedAndAggregatedCase) { |
| 2236 | // To simulate an aggregated case with complete set of events |
| 2237 | // bucket size < number of instances |
| 2238 | |
| 2239 | // Run 2 deterministic tests with random size of events and instances |
| 2240 | SetUp(1.0f, true); |
| 2241 | Validate(); |
| 2242 | TearDown(); |
| 2243 | |
| 2244 | SetUp(1.0f, true); |
| 2245 | Validate(); |
| 2246 | // TearDown is implicitly invoked |
| 2247 | } |
| 2248 | |
| 2249 | TEST_F(AggregatedEventSequenceToJsonTest, CompleteEvents_GroupedAndUnggregatedCase) { |
| 2250 | // To simulate a grouped case with complete set of events |