Namespace: OpenEdge.Core.Assertion
Class 
AssertFile
Parent classes:
Progress.Lang.Object

Inherits: Progress.Lang.Object

Copyright (c) 2014 by Progress Software Corporation. All rights reserved.
File:AssertFile
Purpose:Assertions specific to files
Author(s):psajja
Created:Tue Dec 16 11:25:36 IST 2014




Method Summary
Options Name Purpose
# FileExists (character) /** Asserts that a file has exists. @param character The name of the file being checked @throws AssertionFailedError Error thrown if the file does not exist */
# FileInPropath (character) /** Asserts that a file has exists in propath. @param character The name of the file being checked @throws AssertionFailedError Error thrown if the file does not exist */


Method Detail
Top

PROTECTED FileExists (character)

Purpose: Asserts that a file has exists.
@throws AssertionFailedError Error thrown if the file does not exist
Parameters:
fileName CHARACTER
Top

PROTECTED FileInPropath (character)

Purpose: Asserts that a file has exists in propath.
@throws AssertionFailedError Error thrown if the file does not exist
Parameters:
fileName CHARACTER


10.27.2015 12:36:18