Table of Contents

Class TestSuite

Namespace
GLib
Assembly
GLib-2.0.dll
public sealed class TestSuite
Inheritance
TestSuite
Inherited Members

Constructors

TestSuite(TestSuiteOwnedHandle)

public TestSuite(TestSuiteOwnedHandle handle)

Parameters

handle TestSuiteOwnedHandle

Properties

Handle

public TestSuiteOwnedHandle Handle { get; }

Property Value

TestSuiteOwnedHandle

Methods

Add(TestCase)

[Version("2.16")]
public void Add(TestCase testCase)

Parameters

testCase TestCase

AddSuite(TestSuite)

[Version("2.16")]
public void AddSuite(TestSuite nestedsuite)

Parameters

nestedsuite TestSuite

Equals(TestSuite?)

public bool Equals(TestSuite? other)

Parameters

other TestSuite

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

Free()

[Version("2.70")]
public void Free()

GetHashCode()

Serves as the default hash function.

public override int GetHashCode()

Returns

int

A hash code for the current object.