Class DataSources
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
A collection providing access to data connectors defined in the current TestSuite.
public class DataSources
- Inheritance
-
DataSources
- Inherited Members
Constructors
DataSources()
public DataSources()
Properties
All
Retrieves a list of all DataCache instances, representing the data connectors defined in the current TestSuite.
public static IList<DataCache> All { get; }
Property Value
Methods
Get(string)
Retrieves a DataCache representing a data connectors defined in the current TestSuite.
public static DataCache Get(string name)
Parameters
namestringThe name of the data connectors to retrieve.