goog.testing.graphicsProvided Bygoog.testing.graphicsNo description available.VIEW SOURCEFunctionsexpand_moreassertPathEquals( expected, path ) → voidTest if the given path matches the expected array of commands and parameters. Parametersexpected(Array<(string|number)>|null)The expected array of commands and parameters. path(goog.graphics.Path|null)The path to test against. VIEW SOURCE