Lines Matching full:it
16 import {describe, it} from 'mocha';
22 it('Tester: <file not found> case for FileUtils#readFile', function () {
27 it('Tester: <read file content.> case for FileUtils#readFile', function () {
33 it('Tester: <read file as json.> case for FileUtils#readFileAsJson', function () {
39 it('Tester: <file not found.> case for FileUtils#readFileAsJson', function () {
45 it('Tester: <error json format.> case for FileUtils#readFileAsJson', function () {
52 it('Tester: <get file name with undefined input.> case for FileUtils#getFileName', function () {
60 it('Tester: <get relative file fullname.> case for FileUtils#getFileName', function () {
65 it('Tester: <get windows file fullname.> case for FileUtils#getFileName', function () {
70 it('Tester: <get single file fullname.> case for FileUtils#getFileName', function () {
76 …it('Tester: <get file extension with undefined input.> case for FileUtils#getFileExtension', funct…
84 …it('Tester: <get file extension with input not contain point.> case for FileUtils#getFileExtension…
89 …it('Tester: <get file extension with dir contain point.> case for FileUtils#getFileExtension', fun…
94 it('Tester: <get file extension.> case for FileUtils#getFileExtension', function () {
99 …it('Tester: <get file extension with point end.> case for FileUtils#getFileExtension', function ()…
105 it('Tester: <write file test.> case for FileUtils#writeFile', function () {
115 it('Tester: <get prefix test.> case for FileUtils#getPrefix', function () {
122 it('Tester: <get windows prefix test.> case for FileUtils#getPrefix', function () {
129 it('Tester: <get no prefix test.> case for FileUtils#getPrefix', function () {
137 …it('Tester: <get path without prefix no prefix test.> case for FileUtils#getPathWithoutPrefix', fu…
144 …it('Tester: <get path without prefix contain prefix test.> case for FileUtils#getPathWithoutPrefix…
151 …it('Tester: <get path without prefix path and prefix equal test.> case for FileUtils#getPathWithou…