[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["`StructuredData.ResetStructuredDataRule` is a JUnit test rule used to reset the static `StructuredData` object for unit tests."],["It implements the `TestRule` interface and provides an `apply` method to control the execution of tests."],["The `apply` method takes a `Statement` and `Description` as input and returns a modified `Statement`, allowing it to reset the `StructuredData` before each test."],["This ensures that each unit test starts with a clean state for the `StructuredData` object, preventing unintended side effects between tests."],["Developers can use this rule to improve the reliability and isolation of their unit tests when working with the `StructuredData` class."]]],[]]