serenity/AK/Tests
2021-03-02 08:36:08 +01:00
..
4chan_catalog.json
CMakeLists.txt AK: Implement C++ 'Time' type for easier time-calculations 2021-03-02 08:36:08 +01:00
test.frm
TestAllOf.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
TestAnyOf.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
TestArray.cpp
TestAtomic.cpp
TestBadge.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
TestBase64.cpp LibC+Everywhere: Remove open_with_path_length() in favor of open() 2021-01-12 23:34:01 +01:00
TestBinarySearch.cpp AK: Deal with unsigned integers in binary search. 2021-01-01 22:23:13 +01:00
TestBitmap.cpp
TestByteBuffer.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00
TestChecked.cpp AK+Tests: Test Checked for main functionality 2021-03-02 08:36:08 +01:00
TestCircularDeque.cpp
TestCircularDuplexStream.cpp Meta: Build AK and LibRegex tests in Lagom and for Serenity 2021-02-28 18:19:37 +01:00
TestCircularQueue.cpp
TestDistinctNumeric.cpp AK: Remove operators && and || from DistinctNumeric 2021-02-12 13:27:48 +01:00
TestDoublyLinkedList.cpp DoublyLinkedList: Implement find in terms of AK::find 2021-01-11 19:45:05 +01:00
TestEndian.cpp
TestFind.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
TestFormat.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TestHashFunctions.cpp
TestHashMap.cpp AK: Add HashMap(std::initializer_list<Entry>) constructor 2020-12-29 15:22:15 +01:00
TestIndexSequence.cpp AK: Add tests for type traits and IndexSequence 2020-12-30 11:32:20 +01:00
TestIPv4Address.cpp
TestJSON.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TestLexicalPath.cpp
TestMACAddress.cpp MACAddress: AK::Array as member variable instead of C-array 2020-11-20 21:18:14 +01:00
TestMemMem.cpp AK: Implement memmem() for iterator haystacks 2020-12-08 23:34:38 +01:00
TestMemoryStream.cpp Meta: Build AK and LibRegex tests in Lagom and for Serenity 2021-02-28 18:19:37 +01:00
TestNeverDestroyed.cpp NeverDestroyed: Add tests 2020-11-22 10:54:33 +01:00
TestNonnullRefPtr.cpp
TestNumberFormat.cpp Meta: Build AK and LibRegex tests in Lagom and for Serenity 2021-02-28 18:19:37 +01:00
TestOptional.cpp AK: Add operator* and operator-> overloads in Optional. 2020-12-31 00:51:12 +01:00
TestQueue.cpp
TestQuickSort.cpp AK: Use Array iterator instead of indexing outside Array bounds 2021-02-27 11:48:25 +01:00
TestRefPtr.cpp AK: Add test for the will_be_destroyed and one_ref_left magic functions 2020-12-06 15:49:33 +01:00
TestSinglyLinkedList.cpp SinglyLinkedList: Implement find in terms of AK::find 2021-01-11 19:45:05 +01:00
TestSourceGenerator.cpp Everywhere: void arguments to C functions 2020-12-26 10:10:27 +01:00
TestSpan.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
TestString.cpp
TestStringUtils.cpp AK: Untangle TestSuite assertions a bit 2021-02-23 13:59:33 +01:00
TestStringView.cpp AK: Add support for AK::StringView literals with operator""sv 2021-02-24 14:38:31 +01:00
TestTime.cpp AK: Make Time more usable 2021-03-02 08:36:08 +01:00
TestTrie.cpp AK: Correct name in TestMain for TestTrie 2020-12-30 11:32:20 +01:00
TestTypedTransfer.cpp
TestTypeTraits.cpp AK: Make IsUnsigned<T> behave as you would expect 2021-02-10 22:23:54 +01:00
TestURL.cpp AK::URL: Fix setting the port number in the case it was the last element of the URL 2020-12-12 20:09:42 +01:00
TestUtf8.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
TestVector.cpp Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
TestWeakPtr.cpp AK: Simplify constructors and conversions from nullptr_t 2021-01-12 09:11:45 +01:00