create

TestRenderResult create(

  1. TestNode root
)

Creates a TestRenderResult for testing purposes.

Implementation

// ignore: prefer_constructors_over_static_methods
static TestRenderResult create(TestNode root) => TestRenderResult._(root);