forked from jnode/jnode
-
Notifications
You must be signed in to change notification settings - Fork 0
A14: Add fixtures to FileSystemManagerTest #524
Copy link
Copy link
Open
Labels
area/fsfs/ — filesystem drivers (FAT, ext2, HFS+, NTFS, ISO9660, ExFAT).fs/ — filesystem drivers (FAT, ext2, HFS+, NTFS, ISO9660, ExFAT).area/testUnit tests, boot tests, QEMU test infrastructure.Unit tests, boot tests, QEMU test infrastructure.kind/featureNew feature or enhancement request.New feature or enhancement request.
Metadata
Metadata
Assignees
Labels
area/fsfs/ — filesystem drivers (FAT, ext2, HFS+, NTFS, ISO9660, ExFAT).fs/ — filesystem drivers (FAT, ext2, HFS+, NTFS, ISO9660, ExFAT).area/testUnit tests, boot tests, QEMU test infrastructure.Unit tests, boot tests, QEMU test infrastructure.kind/featureNew feature or enhancement request.New feature or enhancement request.
Title:
Add test fixtures to FileSystemManagerTestSource:
fs/src/fs/org/jnode/fs/service/def/FileSystemManager.javaCurrent:
fs/src/test/org/jnode/fs/service/def/FileSystemManagerTest.java— JUnit4, 6 methods, 6 assertions (no-fixtures)Approach: Add @Before/@after for test filesystem setup/teardown using mock block device; add assertions for mount, unmount, getFileSystem, registerFileSystemType
Register: Already in FSTestSuite