Exemplo n.º 1
0
        public ProbeResult CreateProbeResultForRegistryCollectWithSytemDataDuplicated()
        {
            ProbeResult probeResult = RegistryProbeFactory.CreateProbeResultForRegistryCollectWithSytemDataDuplicated();

            probeResult.SystemInformation = this.CreateSystemInformation();
            return(probeResult);
        }
Exemplo n.º 2
0
        public ProbeResult CreateProbeResultForRegistryWithSpecificObjectTypes(IEnumerable <definitions.ObjectType> objectTypes, List <string> resultsForObjects)
        {
            ProbeResult probeResult = RegistryProbeFactory.CreateProbeResultWithSpecificObject(objectTypes, resultsForObjects);

            probeResult.SystemInformation = this.CreateSystemInformation();
            return(probeResult);
        }
Exemplo n.º 3
0
        public ProbeResult CreateProbeResultForRegistryCollectWithVariables()
        {
            ProbeResult probeResult = RegistryProbeFactory.CreateProbeResultForRegistryCollectWithVariables();

            probeResult.SystemInformation = this.CreateSystemInformation();
            return(probeResult);
        }