Versions in this module Expand all Collapse all v2 v2.4.2 Sep 7, 2025 v2.4.1 Sep 7, 2025 Changes in this version + type Config struct + AbsolutePath string + TestPath string + type MarotoTest struct + func New(t *testing.T) *MarotoTest + func (m *MarotoTest) Assert(structure *node.Node[core.Structure]) *MarotoTest + func (m *MarotoTest) Equals(file string) *MarotoTest + func (m *MarotoTest) Save(file string) *MarotoTest + type Node struct + Details map[string]interface{} + Nodes []*Node + Type string + Value interface{}