Preparing search index...

    Plugin class for verifying and validating other Lens Studio plugins through automated testing.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The plugin system instance this verifier operates within.

    Methods

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object refers to the same instance as the given object.

      Parameters

      Returns boolean

    • Runs verification tests against a plugin descriptor and writes output artifacts to the specified directory.

      Parameters

      Returns Promise<void>